diff --git a/nix/home.nix b/nix/home.nix index a29d295..d4d6e45 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -103,7 +103,7 @@ in lockCmd = "/bin/bash -c ${config.home.homeDirectory}/scripts/lock.sh"; - inactiveInterval = 1; + inactiveInterval = 5; }; services.gpg-agent.enable = true;