about summary refs log tree commit diff
path: root/nixos/modules/services/x11/desktop-managers
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2019-12-01 22:52:58 +0100
committerrnhmjoj <rnhmjoj@inventati.org>2019-12-01 22:52:58 +0100
commit40d4c3c93e2a02efa79c00e9efbdf94d9e11cc38 (patch)
treeb5f79798c788790fb7267fb1bcd2442ce8b48c2c /nixos/modules/services/x11/desktop-managers
parent1598f3d257f1101fcb32f08923dd8706616086b4 (diff)
downloadnixlib-40d4c3c93e2a02efa79c00e9efbdf94d9e11cc38.tar
nixlib-40d4c3c93e2a02efa79c00e9efbdf94d9e11cc38.tar.gz
nixlib-40d4c3c93e2a02efa79c00e9efbdf94d9e11cc38.tar.bz2
nixlib-40d4c3c93e2a02efa79c00e9efbdf94d9e11cc38.tar.lz
nixlib-40d4c3c93e2a02efa79c00e9efbdf94d9e11cc38.tar.xz
nixlib-40d4c3c93e2a02efa79c00e9efbdf94d9e11cc38.tar.zst
nixlib-40d4c3c93e2a02efa79c00e9efbdf94d9e11cc38.zip
nixos/plasma5: install obex tools when bluetooth is enabled
Diffstat (limited to 'nixos/modules/services/x11/desktop-managers')
-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 da8bdcb78c43..56015874723c 100644
--- a/nixos/modules/services/x11/desktop-managers/plasma5.nix
+++ b/nixos/modules/services/x11/desktop-managers/plasma5.nix
@@ -169,7 +169,7 @@ in
         ++ lib.optional (cfg.phononBackend == "vlc") libsForQt5.phonon-backend-vlc
 
         # Optional hardware support features
-        ++ lib.optionals config.hardware.bluetooth.enable [ bluedevil bluez-qt ]
+        ++ lib.optionals config.hardware.bluetooth.enable [ bluedevil bluez-qt openobex obexftp ]
         ++ lib.optional config.networking.networkmanager.enable plasma-nm
         ++ lib.optional config.hardware.pulseaudio.enable plasma-pa
         ++ lib.optional config.powerManagement.enable powerdevil