diff --git a/hosts/zephyrus/default.nix b/hosts/zephyrus/default.nix index 1f55c38..83f7a0c 100644 --- a/hosts/zephyrus/default.nix +++ b/hosts/zephyrus/default.nix @@ -60,4 +60,6 @@ in enable = true; powerOnBoot = false; }; + + programs.light.enable = true; }