all repos — nixfiles @ 5f0e9c4f7e65162dc703d9a4836dcf45c0d73867

System and user configuration, managed by nix and home-manager

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
commit

5f0e9c4f7e65162dc703d9a4836dcf45c0d73867

parent

721f85a77991422e43b7930e110feea14b2deb1c

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M modules/hardware/laptop.nixmodules/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 = {