nixos/bluetooth: remove bluezFull alias from examples

This commit is contained in:
Sandro 2022-12-04 09:58:49 +01:00 committed by GitHub
parent 1b01f5dbfd
commit 9622693a4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,14 +50,8 @@ in
type = types.package;
default = pkgs.bluez;
defaultText = literalExpression "pkgs.bluez";
example = literalExpression "pkgs.bluezFull";
description = lib.mdDoc ''
Which BlueZ package to use.
::: {.note}
Use the `pkgs.bluezFull` package to enable all
bluez plugins.
:::
'';
};