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 {
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;
};
};