From eb4132afec5369923d0f1b0d4c2ce10877daaf4c Mon Sep 17 00:00:00 2001 From: notohh Date: Thu, 7 Dec 2023 02:26:03 -0500 Subject: [PATCH] wayland: enable wlsunset --- home/wayland/hyprland/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/home/wayland/hyprland/default.nix b/home/wayland/hyprland/default.nix index 4e6fbe3..a272a31 100644 --- a/home/wayland/hyprland/default.nix +++ b/home/wayland/hyprland/default.nix @@ -7,4 +7,13 @@ _: { systemdIntegration = true; xwayland.enable = true; }; + services.wlsunset = { + enable = true; + latitude = "40.712776"; + longitude = "-74.005974"; + temperature = { + day = 6500; + night = 3200; + }; + }; }