diff --git a/configs/bluetooth.nix b/configs/bluetooth.nix index 69731ae..d80d82b 100644 --- a/configs/bluetooth.nix +++ b/configs/bluetooth.nix @@ -1,7 +1,6 @@ {pkgs, ...}: { hardware.bluetooth = { enable = true; - package = pkgs.bluez; settings.general = { enable = "Source,Sink,Media,Socket"; };