bluetooth: improve audio features
- better codecs - media control buttons
This commit is contained in:
parent
c51c9daeca
commit
9ffe136aa7
2 changed files with 8 additions and 1 deletions
|
@ -138,7 +138,11 @@ in
|
|||
enable = true;
|
||||
settings.General.Disable = "Headset"; # disable headset profile
|
||||
};
|
||||
hardware.pulseaudio.package = pkgs.pulseaudioFull;
|
||||
hardware.pulseaudio = {
|
||||
package = pkgs.pulseaudioFull;
|
||||
# advanced but proprietary audio codecs for Bluetooth
|
||||
extraModules = [ pkgs.pulseaudio-modules-bt ];
|
||||
};
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue