wayland: enable wlsunset

This commit is contained in:
notohh 2023-12-07 02:26:03 -05:00
parent 2726426c12
commit eb4132afec
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -7,4 +7,13 @@ _: {
systemdIntegration = true;
xwayland.enable = true;
};
services.wlsunset = {
enable = true;
latitude = "40.712776";
longitude = "-74.005974";
temperature = {
day = 6500;
night = 3200;
};
};
}