aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/services/x11/desktop-managers/plasma5.nix
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2020-09-11 05:29:57 +0000
committerOrivej Desh <orivej@gmx.fr>2020-09-11 05:29:57 +0000
commit21b2900bd4791436737277a054095c2ebc9737a5 (patch)
tree7cc6df0f15b200684d03ac7733023d14fa38b6a3 /nixos/modules/services/x11/desktop-managers/plasma5.nix
parent98a3c772969e1432bb4caeb6d40a9e0cce8b57bd (diff)
nixos/plasma5: fix build with hardware.bluetooth.enable = true after #97456
Diffstat (limited to '')
-rw-r--r--nixos/modules/services/x11/desktop-managers/plasma5.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/plasma5.nix b/nixos/modules/services/x11/desktop-managers/plasma5.nix
index 94bc2ae491b..205410852f6 100644
--- a/nixos/modules/services/x11/desktop-managers/plasma5.nix
+++ b/nixos/modules/services/x11/desktop-managers/plasma5.nix
@@ -305,7 +305,7 @@ in
++ lib.optional (cfg.phononBackend == "vlc") libsForQt5.phonon-backend-vlc
# Optional hardware support features
- ++ lib.optionals config.hardware.bluetooth.enable [ bluedevil bluez-qt openobex obexftp ]
+ ++ lib.optionals config.hardware.bluetooth.enable [ bluedevil bluez-qt pkgs.openobex pkgs.obexftp ]
++ lib.optional config.networking.networkmanager.enable plasma-nm
++ lib.optional config.hardware.pulseaudio.enable plasma-pa
++ lib.optional config.powerManagement.enable powerdevil