[feat] Add wireplumber bluez config

This commit is contained in:
uttarayan21
2024-02-19 01:51:49 +05:30
parent 8e0733706c
commit 2c9691a79d

View File

@@ -7,6 +7,17 @@
./hardware-configuration.nix
];
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 ]"
}
'';
};
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
# Bootloader.