From e144b14e59ed9d47b59b308c89babd2b56929c75 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Sat, 7 Mar 2026 11:46:44 +0100 Subject: [PATCH] remove wlsunset --- nix/home/linux.nix | 10 ---------- 1 file changed, 10 deletions(-) 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; };