diff --git a/nix/home/linux.nix b/nix/home/linux.nix index f4ce807..2dc60be 100644 --- a/nix/home/linux.nix +++ b/nix/home/linux.nix @@ -67,16 +67,6 @@ 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; };