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:
parent
7a5bb321ef
commit
e029864fa5
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@
|
||||||
|
|
||||||
# Enable audio interfaces renaming
|
# Enable audio interfaces renaming
|
||||||
wireplumber.enable = true;
|
wireplumber.enable = true;
|
||||||
|
wireplumber.extraConfig = {
|
||||||
|
"dont-switch-device-profiles"."wireplumber.settings"."bluetooth.autoswitch-to-headset-profile" = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue