feat: add swaylock-fancy

main
mandlm 2023-09-26 08:48:56 +02:00
parent a3832ac5eb
commit 0ee3a84f4a
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
2 changed files with 6 additions and 2 deletions

View File

@ -71,7 +71,10 @@
};
};
security.polkit.enable = true;
security = {
polkit.enable = true;
pam.services.swaylock = { };
};
environment.systemPackages = with pkgs; [
neovim

View File

@ -10,6 +10,7 @@ in
home.packages = with pkgs; [
xdg-utils
swaylock-fancy
];
programs.fuzzel = {
@ -88,6 +89,7 @@ in
in
lib.mkOptionDefault {
"${modifier}+Shift+o" = "exec xdg-open \"zoommtg://zoom.us/join?action=join&confno=4861587170&pwd=ZVk3aHphcWppY21ONjZOMVh6STN6dz09\"";
"${modifier}+l" = "exec swaylock-fancy";
};
assigns = {
@ -108,5 +110,4 @@ in
];
};
};
}