diff --git a/options.xhtml b/options.xhtml index 21cce3820..e8bf0a594 100644 --- a/options.xhtml +++ b/options.xhtml @@ -45561,6 +45561,37 @@ string
Type: string
+Declared by:
+
+
+<home-manager/modules/programs/sbt.nix>
+
+ |
programs.sbt.pluginsExtra
+
+
+A list of extra commands to put in plugins conf file.
+Use it in last resort when you can’t use the plugins option.
Type: +list of string
+ +Default:
+[ ]
Example:
[
+ "addDependencyTreePlugin"
+]
+
+
+
Declared by: