use prettier i3-lock

dev-docs
Moritz Böhme 2022-11-17 08:25:59 +01:00
parent 592e58370c
commit 64265350c0
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 4 additions and 1 deletions

View File

@ -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; [ environment.systemPackages = with pkgs; [
# nix # nix