From 39942dd1ce3686500a071d88daac5b3e6df28d6e Mon Sep 17 00:00:00 2001 From: Sebastian Fischer Date: Wed, 18 Mar 2026 17:38:41 +0100 Subject: [PATCH] [TASK] Increase suspend timeout --- nixos/dconf.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/dconf.nix b/nixos/dconf.nix index 32931a8..a151152 100644 --- a/nixos/dconf.nix +++ b/nixos/dconf.nix @@ -34,6 +34,8 @@ }; "org/gnome/settings-daemon/plugins/power" = { power-button-action = "interactive"; + sleep-inactive-ac-timeout = 600; + sleep-inactive-ac-type = "suspend"; }; "org/gnome/shell/keybindings" = { show-screenshot-ui = ["5"];