1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

gammastep

This commit is contained in:
2025-07-11 11:31:00 +02:00
parent e4543eeb0b
commit 675c453599
2 changed files with 9 additions and 0 deletions

View File

@@ -309,6 +309,14 @@ in {
}; };
}; };
services.gammastep = {
enable = true;
provider = "geoclue2";
tray = true;
temperature.night = 1500;
temperature.day = 6500;
};
xsession.windowManager.i3 = { xsession.windowManager.i3 = {
enable = true; enable = true;
extraConfig = '' extraConfig = ''

View File

@@ -3,5 +3,6 @@
location = { location = {
latitude = 52.517; latitude = 52.517;
longitude = 13.3872; longitude = 13.3872;
provider = "geoclue2";
}; };
} }