✨ use prettier i3-lock
This commit is contained in:
parent
592e58370c
commit
64265350c0
1 changed files with 4 additions and 1 deletions
|
@ -101,7 +101,10 @@ with lib; {
|
|||
};
|
||||
};
|
||||
|
||||
programs.xss-lock.enable = true;
|
||||
programs.xss-lock = {
|
||||
enable = true;
|
||||
lockerCommand = "${pkgs.i3lock-fancy-rapid}/bin/i3lock-fancy-rapid 10 5";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# nix
|
||||
|
|
Loading…
Reference in a new issue