home(gui): switch to papirus icon theme

This commit is contained in:
514fpv 2024-01-28 10:38:29 +08:00
parent 5a0d92ccc6
commit 0201cb1265
Signed by: koishi
SSH key fingerprint: SHA256:2jRvFSzG5UeUlQ3WxZ2sbUOfo5wNKzv1fZsk/FexKjQ
3 changed files with 12 additions and 12 deletions

View file

@ -14,7 +14,7 @@ in {
# themes and icons
environment.systemPackages = with pkgs; mkIf gui [
whitesur-gtk-theme whitesur-icon-theme
bibata-cursors
papirus-icon-theme bibata-cursors
];
fonts.enableDefaultPackages = mkIf gui true;