bluetooth: improve audio features
- better codecs - media control buttons
This commit is contained in:
parent
c51c9daeca
commit
9ffe136aa7
|
@ -324,6 +324,9 @@ in
|
||||||
|
|
||||||
services.lorri.enable = true;
|
services.lorri.enable = true;
|
||||||
|
|
||||||
|
# media button control support from Bluetooth devices
|
||||||
|
services.mpris-proxy.enable = true;
|
||||||
|
|
||||||
fonts.fontconfig.enable = true;
|
fonts.fontconfig.enable = true;
|
||||||
|
|
||||||
programs.git =
|
programs.git =
|
||||||
|
|
|
@ -138,7 +138,11 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.General.Disable = "Headset"; # disable headset profile
|
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.
|
# Enable the X11 windowing system.
|
||||||
services.xserver.enable = true;
|
services.xserver.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue