diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 7c6ea98..46ae61f 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -351,6 +351,18 @@ in ''; }; + # Night light — hyprsunset daemon, warms screen on a schedule. + # Adjust live: hyprctl hyprsunset temperature + services.hyprsunset = { + enable = true; + settings = { + profile = [ + { time = "7:00"; identity = true; } + { time = "21:00"; temperature = 4000; } + ]; + }; + }; + # Lock screen is quickshell's WlSessionLock (settings/quickshell.nix), # triggered via `qs ipc call lock lock`. services.hypridle = lib.mkIf isMacbook (