summary refs log tree commit diff
path: root/nixos/modules/services/x11
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/modules/services/x11
parent285061d50c1f0216a420a811d812e31ad4fe88a7 (diff)
downloadnixlib-9dcbc4b015ae7b3f0b40e7501d36ffb8e99dcc68.tar
nixlib-9dcbc4b015ae7b3f0b40e7501d36ffb8e99dcc68.tar.gz
nixlib-9dcbc4b015ae7b3f0b40e7501d36ffb8e99dcc68.tar.bz2
nixlib-9dcbc4b015ae7b3f0b40e7501d36ffb8e99dcc68.tar.lz
nixlib-9dcbc4b015ae7b3f0b40e7501d36ffb8e99dcc68.tar.xz
nixlib-9dcbc4b015ae7b3f0b40e7501d36ffb8e99dcc68.tar.zst
nixlib-9dcbc4b015ae7b3f0b40e7501d36ffb8e99dcc68.zip
nixos/kde5: install plasma-integration
frameworkintegration was split with plasma-integration in Plasma 5.6.
Diffstat (limited to 'nixos/modules/services/x11')
-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 be5c7df9365c..55b89592bb86 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