lol

Merge pull request #204422 from SuperSandro2000/bluezfull

authored by

Sandro and committed by
GitHub
b3f9ddea c8239165

-6
-6
nixos/modules/services/hardware/bluetooth.nix
··· 50 50 type = types.package; 51 51 default = pkgs.bluez; 52 52 defaultText = literalExpression "pkgs.bluez"; 53 - example = literalExpression "pkgs.bluezFull"; 54 53 description = lib.mdDoc '' 55 54 Which BlueZ package to use. 56 - 57 - ::: {.note} 58 - Use the `pkgs.bluezFull` package to enable all 59 - bluez plugins. 60 - ::: 61 55 ''; 62 56 }; 63 57