laptop: support high-quality bluetooth audio codecs LDAC, aptX HD and AAC
Alan Pearce alan@alanpearce.eu
Thu, 05 Sep 2019 13:10:07 +0200
1 files changed, 5 insertions(+), 0 deletions(-)
jump to
M modules/hardware/laptop.nix → modules/hardware/laptop.nix
@@ -11,6 +11,11 @@ enable = true; powerOnBoot = false; package = pkgs.bluezFull; }; + pulseaudio = { + extraModules = with pkgs; [ + pulseaudio-modules-bt + ]; + }; }; systemd.services.bluetooth.wantedBy = lib.mkForce []; systemd.timers.bluetooth = {