summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-12-10 10:29:52 -0600
committerThomas Tuegel <ttuegel@gmail.com>2015-12-11 07:08:33 -0600
commit92a484bdf2c27d36173ab20b53f1a616e07bdd89 (patch)
tree6fb23da71ec7188d7a74e06a4a6750ae00f03b05 /nixos/modules
parent9b7ae36087b1bc11ccef85d8f0433dc0f8ab5274 (diff)
downloadnixlib-92a484bdf2c27d36173ab20b53f1a616e07bdd89.tar
nixlib-92a484bdf2c27d36173ab20b53f1a616e07bdd89.tar.gz
nixlib-92a484bdf2c27d36173ab20b53f1a616e07bdd89.tar.bz2
nixlib-92a484bdf2c27d36173ab20b53f1a616e07bdd89.tar.lz
nixlib-92a484bdf2c27d36173ab20b53f1a616e07bdd89.tar.xz
nixlib-92a484bdf2c27d36173ab20b53f1a616e07bdd89.tar.zst
nixlib-92a484bdf2c27d36173ab20b53f1a616e07bdd89.zip
nixos/kde5: install Breeze icons if available
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/x11/desktop-managers/kde5.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/kde5.nix b/nixos/modules/services/x11/desktop-managers/kde5.nix
index 6f876c0597df..1b64e2c38e00 100644
--- a/nixos/modules/services/x11/desktop-managers/kde5.nix
+++ b/nixos/modules/services/x11/desktop-managers/kde5.nix
@@ -118,6 +118,9 @@ in
       # Plasma 5.5 and later has a Breeze GTK theme.
       # If it is not available, Orion is very similar to Breeze.
       ++ lib.optional (!(lib.hasAttr "breeze-gtk" plasma5)) pkgs.orion
+
+      # Install Breeze icons if available
+      ++ lib.optional (lib.hasAttr "breeze-icons" kf5) kf5.breeze-icons
       ++ lib.optional config.hardware.bluetooth.enable plasma5.bluedevil
       ++ lib.optional config.networking.networkmanager.enable plasma5.plasma-nm
       ++ lib.optional config.hardware.pulseaudio.enable plasma5.plasma-pa