Add kwin night light configuration with location-based settings

This commit is contained in:
2025-10-19 21:23:51 +02:00
parent 050f0209fb
commit 5f8afff023
2 changed files with 14 additions and 1 deletions
+13
View File
@@ -55,6 +55,19 @@
input.touchpads = lib.mkIf (osConfig.lumpiasty.touchPad.enable == true) [
osConfig.lumpiasty.touchPad
];
kwin.nightLight = {
enable = true;
mode = "location";
location = {
latitude = "49.5";
longitude = "19.5";
};
temperature = {
day = null;
night = 3500;
};
};
};
};
}