diff --git a/desktop.nix b/desktop.nix index f043aab..1fc1dd4 100644 --- a/desktop.nix +++ b/desktop.nix @@ -114,6 +114,16 @@ in { ]; }; }; + environment.etc = { + "wireplumber/bluetooth.lua.d/51-bluez-config.lua".text = '' + bluez_monitor.properties = { + ["bluez5.enable-sbc-xq"] = true, + ["bluez5.enable-msbc"] = true, + ["bluez5.enable-hw-volume"] = true, + ["bluez5.headset-roles"] = "[ hsp_hs hsp_ag hfp_hf hfp_ag ]" + } + ''; + }; security.rtkit.enable = true; # Real-time support for pipewire security.polkit.enable = true; # Better interactive privilege prompts