diff --git a/nixos/modules/audio.nix b/nixos/modules/audio.nix index f0b90b8..49ea641 100755 --- a/nixos/modules/audio.nix +++ b/nixos/modules/audio.nix @@ -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; };