nixos/cinnamon: add missing xapp icons

Mostly all mint app looks for xapp-* icons, while some icon themes do provide them,
mint-y-* does not. We are just going the laziest way here to install xapp globally
to get those icons.
This commit is contained in:
Bobby Rong 2023-01-04 00:18:52 +08:00
parent 8ba56d7c0d
commit f38b252955
No known key found for this signature in database

View File

@ -180,6 +180,7 @@ in
mint-themes
mint-x-icons
mint-y-icons
xapp # provides some xapp-* icons
] config.environment.cinnamon.excludePackages);
xdg.mime.enable = true;