From 7924dc5aca0c7935dd3aabaf1c6d8050ddedf3d9 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Sun, 18 Aug 2024 21:53:22 +0300 Subject: [PATCH] feat(systems/profiles/laptop): light --- systems/profiles/laptop/default.nix | 2 ++ systems/profiles/laptop/laptop.nix | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 systems/profiles/laptop/laptop.nix diff --git a/systems/profiles/laptop/default.nix b/systems/profiles/laptop/default.nix index 226476e..45827fb 100644 --- a/systems/profiles/laptop/default.nix +++ b/systems/profiles/laptop/default.nix @@ -11,6 +11,8 @@ inputs @ { ../../../modules ../../../roles + + ./laptop.nix ]; specialArgs = { inherit inputs; diff --git a/systems/profiles/laptop/laptop.nix b/systems/profiles/laptop/laptop.nix new file mode 100644 index 0000000..f2e328d --- /dev/null +++ b/systems/profiles/laptop/laptop.nix @@ -0,0 +1,3 @@ +{ + programs.light.enable = true; +} -- 2.44.1