chore(nix/home): change inactive interval

This commit is contained in:
Dmitriy Pleshevskiy 2022-06-06 23:24:56 +03:00
parent 141ac97ce5
commit 6912373758
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -97,7 +97,7 @@ in
lockCmd = "/bin/bash -c ${config.home.homeDirectory}/scripts/lock.sh";
inactiveInterval = 5;
inactiveInterval = 15;
};
home.file = {