From d111e16bea15445438819dfe47c6eb170b60af4b Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 4 May 2021 22:44:16 +0200 Subject: [PATCH] home: gammastep: change default night temperature I want the colour to be warmer, and blues even more attenuated. --- home/gammastep.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/gammastep.nix b/home/gammastep.nix index b96f028..343f130 100644 --- a/home/gammastep.nix +++ b/home/gammastep.nix @@ -20,7 +20,7 @@ in temperature = { day = mkTempOption "Colour temperature to use during the day" 6500; - night = mkTempOption "Colour temperature to use during the night" 2500; + night = mkTempOption "Colour temperature to use during the night" 2000; }; times = {