[fix]: Fix cava issues by disabling bt autoswitch

This commit is contained in:
Tristan D. 2024-10-10 17:04:46 +02:00
parent c3c8feedfd
commit 44cb9fefd6
Signed by: tristan
SSH key fingerprint: SHA256:9oFM1J63hYWJjCnLG6C0fxBS15rwNcWwdQNMOHYKJ/4

View file

@ -16,4 +16,11 @@
## audio
# sound.enable = true;
hardware.bluetooth.enable = true;
## fix cava
services.pipewire.wireplumber.extraConfig."11-bluetooth-policy" = {
"wireplumber.settings" = {
"bluetooth.autoswitch-to-headset-profile" = false;
};
};
}