diff --git a/modules/home/gui/desktop/wayland/gammastep/default.nix b/modules/home/gui/desktop/wayland/wlsunset/default.nix similarity index 53% rename from modules/home/gui/desktop/wayland/gammastep/default.nix rename to modules/home/gui/desktop/wayland/wlsunset/default.nix index 5dd5ecf..ec79314 100755 --- a/modules/home/gui/desktop/wayland/gammastep/default.nix +++ b/modules/home/gui/desktop/wayland/wlsunset/default.nix @@ -1,13 +1,11 @@ { services.gammastep = { enable = true; - tray = true; - provider = "geoclue2"; + latitude = 49.895077; + longitude = -97.138451; temperature = { day = 6500; night = 3500; }; - dawnTime = "8:00-8:30"; - duskTime = "20:30-21:00"; }; }