disable bluetooth headset audio profile

flake-conversion
Trolli Schmittlauch 2020-02-16 21:54:37 +01:00
parent cf708d32fc
commit a1642dbbd5
1 changed files with 4 additions and 1 deletions

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.