qenya/dconf: Enable new GNOMe 48 wellbeing features
This commit is contained in:
parent
bef3d8d04a
commit
453ec3c40d
2 changed files with 10 additions and 0 deletions
|
@ -12,6 +12,7 @@ in
|
||||||
"org/gnome/settings-daemon/plugins/color".night-light-enabled = true;
|
"org/gnome/settings-daemon/plugins/color".night-light-enabled = true;
|
||||||
"org/gnome/desktop/sound".event-sounds = false;
|
"org/gnome/desktop/sound".event-sounds = false;
|
||||||
"org/gnome/desktop/sound".allow-volume-above-100-percent = true;
|
"org/gnome/desktop/sound".allow-volume-above-100-percent = true;
|
||||||
|
"org/gnome/settings-daemon/plugins/power".power-saver-profile-on-low-battery = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -20,5 +21,6 @@ in
|
||||||
./mouse-touchpad.nix
|
./mouse-touchpad.nix
|
||||||
./multitasking.nix
|
./multitasking.nix
|
||||||
./shell.nix
|
./shell.nix
|
||||||
|
./wellbeing.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
8
home/qenya/dconf/wellbeing.nix
Normal file
8
home/qenya/dconf/wellbeing.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
dconf.settings = {
|
||||||
|
"org/gnome/desktop/screen-time-limits".daily-limit-enabled = true;
|
||||||
|
"org/gnome/desktop/break-reminders".selected-breaks = [ "eyesight" "movement" ];
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue