Enable nightlight (dconf setting)

This commit is contained in:
2025-11-16 02:00:21 +01:00
parent 79b3f3a215
commit 9bc91cb02c
3 changed files with 21 additions and 8 deletions
+8
View File
@@ -0,0 +1,8 @@
{
dconf.settings = {
"org/gnome/settings-daemon/plugins/color" = {
night-light-enabled = true;
night-light-schedule-automatic = true;
};
};
}