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:
parent
d6fa642608
commit
e41f3d9ef3
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
, airtunesSupport ? false
|
||||
|
||||
, bluetoothSupport ? false
|
||||
, bluetoothSupport ? true
|
||||
|
||||
, remoteControlSupport ? false
|
||||
|
||||
|
|
Loading…
Reference in a new issue