feat: configure swaylock-fancy

main
mandlm 2023-12-11 07:39:05 +01:00
parent bbd480f511
commit ad6f261bca
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 5 additions and 1 deletions

View File

@ -13,7 +13,6 @@ in
home.packages = with pkgs; [
xdg-utils
swaylock-fancy
shotman
wl-clipboard
];
@ -33,6 +32,11 @@ in
};
};
programs.swaylock = {
enable = true;
package = pkgs.swaylock-fancy;
};
home.pointerCursor = {
name = "Adwaita";
package = pkgs.gnome.adwaita-icon-theme;