From 81d5517506bf01cde2ce126b94c49c02f0e884d1 Mon Sep 17 00:00:00 2001 From: Chris Toph Date: Mon, 14 Apr 2025 13:50:08 -0400 Subject: [PATCH] Adds temperature configuration - Introduces day (6500) and night (4500) temperature settings - Improves gamma control for better display color adjustment --- home/toph/common/optional/hyprland/services/gammastep.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/toph/common/optional/hyprland/services/gammastep.nix b/home/toph/common/optional/hyprland/services/gammastep.nix index adb038d..7133536 100644 --- a/home/toph/common/optional/hyprland/services/gammastep.nix +++ b/home/toph/common/optional/hyprland/services/gammastep.nix @@ -11,5 +11,9 @@ adjustment-method = "wayland"; }; }; + temperature = { + day = 6500; + night = 4500; + }; }; }