GNOME config

This commit is contained in:
Daniel Langbein 2023-09-16 17:22:30 +02:00
parent 4d22132d6d
commit 50467b86e1
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -13,6 +13,13 @@
home-manager.users.yoda = { osConfig, config, pkgs, ... }: {
dconf.settings = {
"org/gnome/settings-daemon/plugins/power" = {
# Settings > Automatic Suspend > Plugged In
sleep-inactive-ac-type = "nothing";
# Settings > Automatic Suspend > On Battery Power
sleep-inactive-battery-type = "suspend";
};
"org/gnome/desktop/privacy" = {
# Settings > File History > Enabled
remember-recent-files = true;