From 5f0e9c4f7e65162dc703d9a4836dcf45c0d73867 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 5 Sep 2019 13:10:07 +0200 Subject: laptop: support high-quality bluetooth audio codecs LDAC, aptX HD and AAC --- modules/hardware/laptop.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/hardware/laptop.nix b/modules/hardware/laptop.nix index 3b5aeb2..7320d60 100644 --- a/modules/hardware/laptop.nix +++ b/modules/hardware/laptop.nix @@ -11,6 +11,11 @@ powerOnBoot = false; package = pkgs.bluezFull; }; + pulseaudio = { + extraModules = with pkgs; [ + pulseaudio-modules-bt + ]; + }; }; systemd.services.bluetooth.wantedBy = lib.mkForce []; systemd.timers.bluetooth = { -- cgit 1.4.1