mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +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
|
||||
|
||||
, bluetoothSupport ? false
|
||||
, bluetoothSupport ? true
|
||||
|
||||
, remoteControlSupport ? false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user