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 {
|
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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -195,7 +195,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
# TODO: currently unsupported
|
# TODO: currently unsupported
|
||||||
services.gammastep.enable = lib.mkForce false;
|
services.gammastep.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue