Add wlsunset (night mode for wayland)

This commit is contained in:
Martin Larsson 2025-10-11 10:02:59 +02:00
parent 721ac4b7f2
commit 881f6c43f6

View file

@ -69,6 +69,16 @@ in
file = utils.mk_symlinks { inherit config dotfiles; }; file = utils.mk_symlinks { inherit config dotfiles; };
}; };
services = { services = {
wlsunset = {
enable = true;
sunrise = "07:00";
sunset = "20:00-22:00";
temperature = {
day = 6500;
night = 3500;
};
};
mako.enable = true; mako.enable = true;
ssh-agent.enable = true; ssh-agent.enable = true;
}; };