diff --git a/modules/nixos/system/hardware/bluetooth/default.nix b/modules/nixos/system/hardware/bluetooth/default.nix index 515ce9c..c513227 100644 --- a/modules/nixos/system/hardware/bluetooth/default.nix +++ b/modules/nixos/system/hardware/bluetooth/default.nix @@ -17,7 +17,7 @@ in }; config = mkIf cfg.enable { - environment.systemPackages = with pkgs; [ libsForQt5.bluez-qt ]; + environment.systemPackages = with pkgs; [ kdePackages.bluez-qt ]; hardware.bluetooth = { enable = true;