1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-06 00:51:04 +01:00
This commit is contained in:
khaneliman 2025-03-10 04:06:00 +00:00
parent 1be4363373
commit b793a38cea

View file

@ -37875,6 +37875,181 @@ disable_tools = ["node"];
</td></tr> </td></tr>
</table> </table>
</dd> </dd>
<dt>
<span class="term">
<a id="opt-programs.mods.enable"></a><a class="term" href="options.xhtml#opt-programs.mods.enable"><code class="option">programs.mods.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable mods.</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">false</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">true</code></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/mods.nix" target="_top">
&lt;home-manager/modules/programs/mods.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.mods.enableBashIntegration"></a><a class="term" href="options.xhtml#opt-programs.mods.enableBashIntegration"><code class="option">programs.mods.enableBashIntegration</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable Bash integration.</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
<p><span class="emphasis"><em>Default:</em></span>
<a class="xref" href="options.xhtml#opt-home.shell.enableBashIntegration" ><code class="option">home.shell.enableBashIntegration</code></a></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">false</code></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/mods.nix" target="_top">
&lt;home-manager/modules/programs/mods.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.mods.enableFishIntegration"></a><a class="term" href="options.xhtml#opt-programs.mods.enableFishIntegration"><code class="option">programs.mods.enableFishIntegration</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable Fish integration.</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
<p><span class="emphasis"><em>Default:</em></span>
<a class="xref" href="options.xhtml#opt-home.shell.enableFishIntegration" ><code class="option">home.shell.enableFishIntegration</code></a></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">false</code></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/mods.nix" target="_top">
&lt;home-manager/modules/programs/mods.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.mods.enableZshIntegration"></a><a class="term" href="options.xhtml#opt-programs.mods.enableZshIntegration"><code class="option">programs.mods.enableZshIntegration</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable Zsh integration.</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
<p><span class="emphasis"><em>Default:</em></span>
<a class="xref" href="options.xhtml#opt-home.shell.enableZshIntegration" ><code class="option">home.shell.enableZshIntegration</code></a></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">false</code></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/mods.nix" target="_top">
&lt;home-manager/modules/programs/mods.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.mods.package"></a><a class="term" href="options.xhtml#opt-programs.mods.package"><code class="option">programs.mods.package</code>
</a>
</span>
</dt>
<dd>
<p>The mods package to install</p>
<p><span class="emphasis"><em>Type:</em></span>
package</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.mods</code></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/mods.nix" target="_top">
&lt;home-manager/modules/programs/mods.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.mods.settings"></a><a class="term" href="options.xhtml#opt-programs.mods.settings"><code class="option">programs.mods.settings</code>
</a>
</span>
</dt>
<dd>
<p>Configuration written to
<code class="filename">$XDG_CONFIG_HOME/mods/mods.yml</code>.</p><p>See <a class="link" href="https://github.com/charmbracelet/mods/blob/main/config_template.yml" target="_top">https://github.com/charmbracelet/mods/blob/main/config_template.yml</a> for the full
list of options.</p>
<p><span class="emphasis"><em>Type:</em></span>
YAML value</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">&#x27;&#x27;
{
default-model = &quot;llama3.2&quot;;
apis = {
ollama = {
base-url = &quot;http://localhost:11434/api&quot;;
models = {
&quot;llama3.2&quot; = {
max-input-chars = 650000;
};
};
};
};
}
&#x27;&#x27;
</code></pre>
<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/mods.nix" target="_top">
&lt;home-manager/modules/programs/mods.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt> <dt>
<span class="term"> <span class="term">
<a id="opt-programs.mpv.enable"></a><a class="term" href="options.xhtml#opt-programs.mpv.enable"><code class="option">programs.mpv.enable</code> <a id="opt-programs.mpv.enable"></a><a class="term" href="options.xhtml#opt-programs.mpv.enable"><code class="option">programs.mpv.enable</code>