Merge pull request #204422 from SuperSandro2000/bluezfull

This commit is contained in:
Sandro
2022-12-07 22:46:15 +01:00
committed by GitHub
@@ -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.
:::
'';
};