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