From e41f3d9ef3f2354a0763953c553cfb20ccf36ab7 Mon Sep 17 00:00:00 2001 From: adisbladis Date: Mon, 30 Mar 2020 13:58:30 +0100 Subject: [PATCH] pulseaudio: Enable bluetooth support by default It only increases the closure size by 0.5M and users who do not set the NixOS option `hardware.pulseaudio.package = pkgs.pulseaudioFull;` will be stumped by their bluetooth audio not working. --- pkgs/servers/pulseaudio/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/pulseaudio/default.nix b/pkgs/servers/pulseaudio/default.nix index 49909510d2ed..1a98af055878 100644 --- a/pkgs/servers/pulseaudio/default.nix +++ b/pkgs/servers/pulseaudio/default.nix @@ -17,7 +17,7 @@ , airtunesSupport ? false -, bluetoothSupport ? false +, bluetoothSupport ? true , remoteControlSupport ? false