Add wlsunset (night mode for wayland)
This commit is contained in:
parent
721ac4b7f2
commit
881f6c43f6
1 changed files with 10 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue