diff --git a/nix/home/linux.nix b/nix/home/linux.nix index ee80adb..d17a22b 100644 --- a/nix/home/linux.nix +++ b/nix/home/linux.nix @@ -69,6 +69,16 @@ in file = utils.mk_symlinks { inherit config dotfiles; }; }; services = { + wlsunset = { + enable = true; + sunrise = "07:00"; + sunset = "20:00-22:00"; + + temperature = { + day = 6500; + night = 3500; + }; + }; mako.enable = true; ssh-agent.enable = true; };