diff --git a/hosts/phone/configuration.nix b/hosts/phone/configuration.nix index f12f10ed..5af4e804 100644 --- a/hosts/phone/configuration.nix +++ b/hosts/phone/configuration.nix @@ -2,7 +2,7 @@ let inherit (lib) mkIf mkForce; - inherit (lib.gvariant) mkTuple; + inherit (lib.gvariant) mkTuple mkUint32; inherit (config.modules.system) username; inherit (builtins) attrValues; @@ -61,6 +61,10 @@ in show-battery-percentage = true; }; + "org/gnome/desktop/session" = { + idle-delay = mkUint32 60; + }; + "org/gnome/desktop/input-sources" = { sources = [ (mkTuple [ "xkb" "us" ])