[fix]: Fix cava issues by disabling bt autoswitch
This commit is contained in:
parent
c3c8feedfd
commit
44cb9fefd6
1 changed files with 7 additions and 0 deletions
|
@ -16,4 +16,11 @@
|
||||||
## audio
|
## audio
|
||||||
# sound.enable = true;
|
# sound.enable = true;
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
|
|
||||||
|
## fix cava
|
||||||
|
services.pipewire.wireplumber.extraConfig."11-bluetooth-policy" = {
|
||||||
|
"wireplumber.settings" = {
|
||||||
|
"bluetooth.autoswitch-to-headset-profile" = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue