forked from mirrors/nixpkgs
nixos/kde5: install plasma-integration
frameworkintegration was split with plasma-integration in Plasma 5.6.
This commit is contained in:
parent
285061d50c
commit
9dcbc4b015
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue