From b4eb60333891f6ac2f1808267968047d4b2d57ac Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 13 Oct 2025 20:10:44 -0500 Subject: [PATCH] feat: replaced gammastep with wlsunset --- .../gui/desktop/wayland/{gammastep => wlsunset}/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename modules/home/gui/desktop/wayland/{gammastep => wlsunset}/default.nix (53%) 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"; }; }