wayland: add wlsunset
Some checks failed
fmt check / check (push) Waiting to run
flake check / check (push) Has been cancelled

This commit is contained in:
notohh 2024-01-03 13:41:52 -05:00
parent c511f450df
commit 19423d7465
Signed by: notohh
GPG key ID: BD47506D475EE86D

11
home/wayland/wlsunset.nix Normal file
View file

@ -0,0 +1,11 @@
_: {
services.wlsunset = {
enable = false;
latitude = "40.712776";
longitude = "-74.005974";
temperature = {
day = 6500;
night = 3200;
};
};
}