From 19423d7465448d97de03e3a20f4e307cb77a51ab Mon Sep 17 00:00:00 2001 From: notohh Date: Wed, 3 Jan 2024 13:41:52 -0500 Subject: [PATCH] wayland: add wlsunset --- home/wayland/wlsunset.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 home/wayland/wlsunset.nix 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; + }; + }; +}