summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--modules/hardware/laptop.nix5
1 files changed, 5 insertions, 0 deletions
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 = {