Temporary lockscreen fix
This commit is contained in:
parent
c320c81553
commit
c7df83869f
4 changed files with 50 additions and 2 deletions
9
modules/screen_locker.nix
Normal file
9
modules/screen_locker.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
# home.packages = [ pkgs.betterlockscreen ];
|
||||
services.screen-locker = {
|
||||
enable = true;
|
||||
lockCmd = "/usr/bin/betterlockscreen -l";
|
||||
inactiveInterval = 5; # miutes
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue