feat(nix/home): add screenlocker
This commit is contained in:
parent
e2ad64eee2
commit
b9dd32bad0
1 changed files with 8 additions and 0 deletions
|
@ -90,6 +90,14 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.screen-locker = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
lockCmd = "/usr/bin/i3lock -c 000000";
|
||||||
|
|
||||||
|
inactiveInterval = 5;
|
||||||
|
};
|
||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue