snowflake/home/wayland/wlsunset.nix
notohh 19423d7465
Some checks failed
fmt check / check (push) Waiting to run
flake check / check (push) Has been cancelled
wayland: add wlsunset
2024-01-03 13:41:52 -05:00

12 lines
179 B
Nix

_: {
services.wlsunset = {
enable = false;
latitude = "40.712776";
longitude = "-74.005974";
temperature = {
day = 6500;
night = 3200;
};
};
}