types/plugins: align `mkPluginSetupOption` description

This commit is contained in:
NotAShelf 2024-04-20 13:48:15 +00:00 committed by GitHub
parent 4ff3919f76
commit 433525525d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -91,10 +91,10 @@ in {
mkPluginSetupOption = pluginName: opts:
mkOption {
description = ''
Option table to pass into the setup function of ${pluginName}
Option table to pass into the setup function of ${pluginName}
You can pass in any additional options even if they're
not listed in the docs
not listed in the docs
'';
default = {};