wip(redshift): attempt to re-enable

This commit is contained in:
steveej 2024-10-13 20:16:50 +02:00
parent 3e942d1a41
commit ce458b02ba
2 changed files with 10 additions and 3 deletions

View file

@ -7,15 +7,22 @@
in { in {
services.gammastep = { services.gammastep = {
enable = true; enable = true;
provider = "manual";
enableVerboseLogging = true;
inherit (passwords.location.stefan) longitude latitude; inherit (passwords.location.stefan) longitude latitude;
temperature = { temperature = {
day = 6700; # day = 6700;
day = 3000;
night = 3000; night = 3000;
}; };
tray = true; tray = true;
settings = { settings = {
general = {
adjustment-method = "wayland";
};
gammastep = { gammastep = {
brightness-day = 1.0; # brightness-day = 1.0;
brightness-day = 0.5;
brightness-night = 0.5; brightness-night = 0.5;
}; };
}; };

View file

@ -195,7 +195,7 @@
]; ];
# TODO: currently unsupported # TODO: currently unsupported
services.gammastep.enable = lib.mkForce false; services.gammastep.enable = true;
}; };
boot = { boot = {