diff options
-rw-r--r-- | modules/hardware/laptop.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/hardware/laptop.nix b/modules/hardware/laptop.nix index 3b5aeb2a..7320d600 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 = { |