From 43152d55084a0d643830b55fcebfed05b2404f3d Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Sun, 7 Sep 2025 20:30:20 +0200 Subject: [PATCH] bluetooth: bluez-qt5 was removed, so I am moving to kde version --- modules/nixos/system/hardware/bluetooth/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;