mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
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
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
, airtunesSupport ? false
|
, airtunesSupport ? false
|
||||||
|
|
||||||
, bluetoothSupport ? false
|
, bluetoothSupport ? true
|
||||||
|
|
||||||
, remoteControlSupport ? false
|
, remoteControlSupport ? false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue