chore(nix/home): change inactive interval
This commit is contained in:
parent
141ac97ce5
commit
6912373758
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ in
|
||||||
|
|
||||||
lockCmd = "/bin/bash -c ${config.home.homeDirectory}/scripts/lock.sh";
|
lockCmd = "/bin/bash -c ${config.home.homeDirectory}/scripts/lock.sh";
|
||||||
|
|
||||||
inactiveInterval = 5;
|
inactiveInterval = 15;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
|
|
Loading…
Reference in a new issue