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; + }; + }; }