1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 16:41:04 +01:00
This commit is contained in:
rycee 2025-01-18 08:23:08 +00:00
parent 8756a87647
commit 917d839cf7

View file

@ -45561,6 +45561,37 @@ string</p>
<p><span class="emphasis"><em>Type:</em></span>
string</p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/sbt.nix" target="_top">
&lt;home-manager/modules/programs/sbt.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.sbt.pluginsExtra"></a><a class="term" href="options.xhtml#opt-programs.sbt.pluginsExtra"><code class="option">programs.sbt.pluginsExtra</code>
</a>
</span>
</dt>
<dd>
<p>A list of extra commands to put in plugins conf file.
Use it in last resort when you cant use the <code class="literal">plugins</code> option.</p>
<p><span class="emphasis"><em>Type:</em></span>
list of string</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">[ ]</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">[
&quot;addDependencyTreePlugin&quot;
]
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>