nixos/core-desktop: disable device profile autoswitching

I have no idea why configuration under "bluetooth"
affect device that is connected throug usb.
genius.
This commit is contained in:
Wroclaw 2024-12-05 00:06:08 +01:00
parent 7a5bb321ef
commit e029864fa5

View file

@ -18,6 +18,9 @@
# Enable audio interfaces renaming
wireplumber.enable = true;
wireplumber.extraConfig = {
"dont-switch-device-profiles"."wireplumber.settings"."bluetooth.autoswitch-to-headset-profile" = false;
};
};
environment.systemPackages = with pkgs; [