From 691237375887cbfce0fa85fb683d028f5f2eee5e Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Mon, 6 Jun 2022 23:24:56 +0300 Subject: [PATCH] chore(nix/home): change inactive interval --- nix/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/home.nix b/nix/home.nix index 5a1bb55..01dbe1b 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -97,7 +97,7 @@ in lockCmd = "/bin/bash -c ${config.home.homeDirectory}/scripts/lock.sh"; - inactiveInterval = 5; + inactiveInterval = 15; }; home.file = {