diff --git a/hosts/common/services/pipewire.nix b/hosts/common/services/pipewire.nix index 1ef8117..9468870 100644 --- a/hosts/common/services/pipewire.nix +++ b/hosts/common/services/pipewire.nix @@ -14,11 +14,12 @@ "bluez5.enable-sbc-xq" = true; "bluez5.enable-msbc" = true; "bluez5.enable-hw-volume" = true; - "bluez5.roles" = [ - "hsp_hs" - "hsp_ag" - "hfp_hf" - "hfp_ag" + "bluez5.codecs" = [ + "ldac" + "aac" + "sbc_xq" + "aptx" + "sbc" ]; }; };