home: gammastep: change default night temperature

I want the colour to be warmer, and blues even more attenuated.
This commit is contained in:
Bruno BELANYI 2021-05-04 22:44:16 +02:00
parent e0fe15aa2b
commit d111e16bea

View file

@ -20,7 +20,7 @@ in
temperature = { temperature = {
day = mkTempOption "Colour temperature to use during the day" 6500; 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 = { times = {