modules: bluetooth: fix documentation
This commit is contained in:
parent
ca620a4eb6
commit
12b3397a20
|
@ -4,7 +4,7 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.my.modules.bluetooth = with lib; {
|
options.my.modules.bluetooth = with lib; {
|
||||||
enable = mkEnableOption "wireless configuration";
|
enable = mkEnableOption "bluetooth configuration";
|
||||||
|
|
||||||
enableHeadsetIntegration = my.mkDisableOption "A2DP sink configuration";
|
enableHeadsetIntegration = my.mkDisableOption "A2DP sink configuration";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue