set up swaylock and swayidle
This commit is contained in:
parent
0537951879
commit
6de5076d42
6 changed files with 37 additions and 0 deletions
9
home/desktop/hyprland/swaylock.nix
Normal file
9
home/desktop/hyprland/swaylock.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }: {
|
||||
programs.swaylock = {
|
||||
enable = true;
|
||||
package = pkgs.swaylock-effects;
|
||||
settings = {
|
||||
effect-blur = "20x3";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue