diff --git a/os-mods/desktop/audio.nix b/os-mods/desktop/audio.nix index 1ab4178..3e91ec5 100644 --- a/os-mods/desktop/audio.nix +++ b/os-mods/desktop/audio.nix @@ -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; + }; + }; }