Set some wireplumber bluetooth stuff
Some checks failed
pre-commit / pre-commit (push) Failing after 17s
Some checks failed
pre-commit / pre-commit (push) Failing after 17s
This commit is contained in:
parent
f760b0f530
commit
a4c10a0849
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user