diff --git a/home/wayland/services/wlsunset.nix b/home/wayland/services/wlsunset.nix deleted file mode 100644 index 0beca8b..0000000 --- a/home/wayland/services/wlsunset.nix +++ /dev/null @@ -1,11 +0,0 @@ -_: { - services.wlsunset = { - enable = false; - latitude = "40.712776"; - longitude = "-74.005974"; - temperature = { - day = 6500; - night = 3200; - }; - }; -}