diff --git a/nixos/machines/foxhut/machine.nix b/nixos/machines/foxhut/machine.nix index 0bf64f72..8830d6d9 100644 --- a/nixos/machines/foxhut/machine.nix +++ b/nixos/machines/foxhut/machine.nix @@ -49,4 +49,15 @@ } ]; }; }; + + services.pipewire.wireplumber.extraConfig."10-bluez" = { + "monitor.bluez.properties" = { + "bluez5.enable-sbc-xq" = true; + "bluez5.enable-msbc" = false; + "bluez5.enable-hw-volume" = true; + "bluez5.codecs" = [ + "sbc" "sbc_xq" "aac" + ]; + }; + }; }