nixos-config/home/modules/hyprland/wlsunset.nix

13 lines
155 B
Nix

{
services.wlsunset = {
enable = true;
latitude = 39;
longitude = -121.2;
temperature = {
day = 6500;
night = 5000;
};
};
}