From aac96c00bff6bbc2eec523b786da1bc1ad988569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 10 May 2021 09:23:09 +0200 Subject: [PATCH] feat(pulseaudio): add bluetooth module --- configs/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/default.nix b/configs/default.nix index 3f97c78..b2c1ab1 100644 --- a/configs/default.nix +++ b/configs/default.nix @@ -79,7 +79,8 @@ in { hardware.pulseaudio = { enable = true; - package = pkgs.pulseaudioFull; # for bluetooth sound output + package = pkgs.pulseaudioFull; + extraModules = [ pkgs.pulseaudio-modules-bt ]; # copy server:/run/pulse/.config/pulse/cookie to client:~/.config/pulse/cookie to authenticate a client machine zeroconf.discovery.enable = true; extraConfig = ''