From 50467b86e10b30be3814b0db7cebe0274aa58075 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Sat, 16 Sep 2023 17:22:30 +0200 Subject: [PATCH] GNOME config --- modules/gnome-config.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/gnome-config.nix b/modules/gnome-config.nix index 7a09383..48f6322 100644 --- a/modules/gnome-config.nix +++ b/modules/gnome-config.nix @@ -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;