disable bluetooth headset audio profile
This commit is contained in:
parent
cf708d32fc
commit
a1642dbbd5
|
@ -131,7 +131,10 @@ in {
|
||||||
hardware.pulseaudio.daemon.config = {flat-volumes = "no";};
|
hardware.pulseaudio.daemon.config = {flat-volumes = "no";};
|
||||||
|
|
||||||
# Bluetooth
|
# Bluetooth
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth = {
|
||||||
|
enable = true;
|
||||||
|
config.General.Disable = "Headset"; # disable headset profile
|
||||||
|
};
|
||||||
hardware.pulseaudio.package = pkgs.pulseaudioFull;
|
hardware.pulseaudio.package = pkgs.pulseaudioFull;
|
||||||
|
|
||||||
# Enable the X11 windowing system.
|
# Enable the X11 windowing system.
|
||||||
|
|
Loading…
Reference in a new issue