mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
GNOME config
This commit is contained in:
parent
4d22132d6d
commit
50467b86e1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user