Enable nightlight (dconf setting)
This commit is contained in:
8
home/modules/dconf.nix
Normal file
8
home/modules/dconf.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
dconf.settings = {
|
||||
"org/gnome/settings-daemon/plugins/color" = {
|
||||
night-light-enabled = true;
|
||||
night-light-schedule-automatic = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user