home(gui): switch to papirus icon theme

This commit is contained in:
514fpv 2024-01-28 10:38:29 +08:00
parent 48d5286101
commit 98fffc7020
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
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;