chore: its services.pipewire.wireplumber.configPackages

This commit is contained in:
Ruben 2024-04-22 14:16:54 -05:00
commit 700a8df5ae
No known key found for this signature in database
GPG key ID: AE181294E97E4802

View file

@ -75,14 +75,14 @@
wireplumber.enable = true;
};
wireplumber.configPackages = [
services.pipewire.wireplumber.configPackages = [
(pkgs.writeTextDir "share/wireplumber/bluetooth.lua.d/51-bluez-config.lua" ''
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 ]"
}
'')
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 ]"
}
'')
];
}