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.
This commit is contained in:
adisbladis 2020-03-30 13:58:30 +01:00
parent d6fa642608
commit e41f3d9ef3
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -17,7 +17,7 @@
, airtunesSupport ? false
, bluetoothSupport ? false
, bluetoothSupport ? true
, remoteControlSupport ? false