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
|
# Bluetooth stuff
|
||||||
services.blueman.enable = true;
|
services.blueman.enable = true;
|
||||||
hardware.bluetooth.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
|
# Setup hyprland
|
||||||
services.xserver.enable = true;
|
services.xserver.enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user