From 881f6c43f6e575e81dc5784ae6bf6c3a8d52565b Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Sat, 11 Oct 2025 10:02:59 +0200 Subject: [PATCH] Add wlsunset (night mode for wayland) --- nix/home/linux.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; };