home: gammastep: change default night temperature
I want the colour to be warmer, and blues even more attenuated.
This commit is contained in:
parent
036d59ec11
commit
b55466b791
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue