about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-06-07 06:20:29 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-06-07 06:20:29 -0500
commit9dcbc4b015ae7b3f0b40e7501d36ffb8e99dcc68 (patch)
treef56278d0f9cab2d325b291e5f410553d3cdf29fd /nixos
parent285061d50c1f0216a420a811d812e31ad4fe88a7 (diff)
nixos/kde5: install plasma-integration
frameworkintegration was split with plasma-integration in Plasma 5.6.
Diffstat (limited to 'nixos')
-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 be5c7df9365c3..55b89592bb869 100644
--- a/nixos/modules/services/x11/desktop-managers/kde5.nix
+++ b/nixos/modules/services/x11/desktop-managers/kde5.nix
@@ -117,6 +117,9 @@ in
       # Install activity manager if available
       ++ lib.optional (lib.hasAttr "kactivitymanagerd" kde5) kde5.kactivitymanagerd
 
+      # frameworkintegration was split with plasma-integration in Plasma 5.6
+      ++ lib.optional (lib.hasAttr "plasma-integration" kde5) kde5.plasma-integration
+
       # Optional hardware support features
       ++ lib.optional config.hardware.bluetooth.enable kde5.bluedevil
       ++ lib.optional config.networking.networkmanager.enable kde5.plasma-nm