wip(redshift): attempt to re-enable
This commit is contained in:
parent
3e942d1a41
commit
ce458b02ba
2 changed files with 10 additions and 3 deletions
|
@ -7,15 +7,22 @@
|
|||
in {
|
||||
services.gammastep = {
|
||||
enable = true;
|
||||
provider = "manual";
|
||||
enableVerboseLogging = true;
|
||||
inherit (passwords.location.stefan) longitude latitude;
|
||||
temperature = {
|
||||
day = 6700;
|
||||
# day = 6700;
|
||||
day = 3000;
|
||||
night = 3000;
|
||||
};
|
||||
tray = true;
|
||||
settings = {
|
||||
general = {
|
||||
adjustment-method = "wayland";
|
||||
};
|
||||
gammastep = {
|
||||
brightness-day = 1.0;
|
||||
# brightness-day = 1.0;
|
||||
brightness-day = 0.5;
|
||||
brightness-night = 0.5;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue