feat: added bluetooth pipewire features

This commit is contained in:
Nick 2025-02-04 14:07:24 -06:00
parent 4fb7225743
commit 562b66fe83

View file

@ -7,6 +7,19 @@
alsa.support32Bit = true;
pulse.enable = true;
jack.enable = true;
wireplumber.extraConfig.bluetoothEnhancements = {
"monitor.bluez.properties" = {
"bluez5.enable-sbc-xq" = true;
"bluez5.enable-msbc" = true;
"bluez5.enable-hw-volume" = true;
"bluez5.roles" = [
"hsp_hs"
"hsp_ag"
"hfp_hf"
"hfp_ag"
];
};
};
};
pulseaudio.enable = false;
};