summary refs log tree commit diff
path: root/nixos
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
parent1598f3d257f1101fcb32f08923dd8706616086b4 (diff)
downloadnixpkgs-40d4c3c93e2a02efa79c00e9efbdf94d9e11cc38.tar
nixpkgs-40d4c3c93e2a02efa79c00e9efbdf94d9e11cc38.tar.gz
nixpkgs-40d4c3c93e2a02efa79c00e9efbdf94d9e11cc38.tar.bz2
nixpkgs-40d4c3c93e2a02efa79c00e9efbdf94d9e11cc38.tar.lz
nixpkgs-40d4c3c93e2a02efa79c00e9efbdf94d9e11cc38.tar.xz
nixpkgs-40d4c3c93e2a02efa79c00e9efbdf94d9e11cc38.tar.zst
nixpkgs-40d4c3c93e2a02efa79c00e9efbdf94d9e11cc38.zip
nixos/plasma5: install obex tools when bluetooth is enabled
Diffstat (limited to 'nixos')
-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 da8bdcb78c4..56015874723 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