about summary refs log tree commit diff
path: root/nixos/modules/services
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-01-04 00:18:52 +0800
committerBobby Rong <rjl931189261@126.com>2023-01-04 00:34:09 +0800
commitf38b25295555e4c132d550c7f464f4bafaa0da87 (patch)
treeffc9258c186a7acab1fa9b9bca26cd229b8183af /nixos/modules/services
parent8ba56d7c0d7490680f2d51ba46a141eca7c46afa (diff)
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.
Diffstat (limited to 'nixos/modules/services')
-rw-r--r--nixos/modules/services/x11/desktop-managers/cinnamon.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/cinnamon.nix b/nixos/modules/services/x11/desktop-managers/cinnamon.nix
index 08c5625fc7ddd..df1b6f731a4e4 100644
--- a/nixos/modules/services/x11/desktop-managers/cinnamon.nix
+++ b/nixos/modules/services/x11/desktop-managers/cinnamon.nix
@@ -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;