Set some wireplumber bluetooth stuff
Some checks failed
pre-commit / pre-commit (push) Failing after 17s

This commit is contained in:
Torjus Håkestad 2024-06-26 02:30:56 +02:00
parent f760b0f530
commit a4c10a0849

View File

@ -57,6 +57,15 @@
# Bluetooth stuff
services.blueman.enable = true;
hardware.bluetooth.enable = true;
services.pipewire.wireplumber.extraConfig = {
"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" ];
};
};
# Setup hyprland
services.xserver.enable = true;