fix: wrangle vscode config

This commit is contained in:
Nickolaj Jepsen 2025-03-07 10:12:35 +01:00
parent 9548960d6a
commit c5f8df4b9f
3 changed files with 59 additions and 60 deletions

View file

@ -1,15 +1,15 @@
_: {
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
services.blueman.enable = true;
services.pipewire.wireplumber.extraConfig.bluetoothEnhancements = {
"monitor.bluez.properties" = {
"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" ];
"bluez5.roles" = ["hsp_hs" "hsp_ag" "hfp_hf" "hfp_ag"];
};
};
};
}
}