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
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {