Current derivation
This commit is contained in:
parent
0aae761f89
commit
f7226d5fa6
20 changed files with 342 additions and 79 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
# home.packages = [ pkgs.betterlockscreen ];
|
||||
home.packages = [ pkgs.betterlockscreen ];
|
||||
services.screen-locker = {
|
||||
enable = true;
|
||||
lockCmd = "/usr/bin/betterlockscreen -l";
|
||||
inactiveInterval = 5; # miutes
|
||||
lockCmd = "${pkgs.betterlockscreen}/bin/betterlockscreen -l";
|
||||
inactiveInterval = 10; # miutes
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue