disable bluetooth headset audio profile

This commit is contained in:
Trolli Schmittlauch 2020-02-16 21:54:37 +01:00
parent cf708d32fc
commit a1642dbbd5

View file

@ -131,7 +131,10 @@ in {
hardware.pulseaudio.daemon.config = {flat-volumes = "no";};
# Bluetooth
hardware.bluetooth.enable = true;
hardware.bluetooth = {
enable = true;
config.General.Disable = "Headset"; # disable headset profile
};
hardware.pulseaudio.package = pkgs.pulseaudioFull;
# Enable the X11 windowing system.