From 433525525d19c78d95d93af0ffa33c2685d70ef1 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sat, 20 Apr 2024 13:48:15 +0000 Subject: [PATCH] types/plugins: align `mkPluginSetupOption` description --- lib/types/plugins.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/types/plugins.nix b/lib/types/plugins.nix index 6b5612c..e1b8259 100644 --- a/lib/types/plugins.nix +++ b/lib/types/plugins.nix @@ -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 = {};