modules: bluetooth: fix documentation

This commit is contained in:
Bruno BELANYI 2021-05-09 11:40:37 +02:00
parent 28cc5b64b4
commit 4650c47974
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ let
in
{
options.my.modules.bluetooth = with lib; {
enable = mkEnableOption "wireless configuration";
enable = mkEnableOption "bluetooth configuration";
enableHeadsetIntegration = my.mkDisableOption "A2DP sink configuration";