1
0

configuration/common: Set defaults for gnome shell

This commit is contained in:
2024-03-11 20:07:46 +01:00
parent 521ffac88c
commit c472f5086c
3 changed files with 47 additions and 0 deletions

View File

@@ -8,4 +8,18 @@
systemd.sleep.extraConfig = ''
HibernateDelaySec=30m
'';
programs.dconf.profiles = {
user.databases = [
{
settings = {
"org/gnome/settings-daemon/plugins/power" = {
power-button-action = "nothing";
power-saver-profile-on-low-battery = false;
sleep-inactive-ac-type = "nothing";
};
};
}
];
};
}