1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-31 04:04:32 +00:00
This commit is contained in:
khaneliman 2025-03-21 04:15:39 +00:00
parent e0aa126141
commit 9bdab91b11

View file

@ -31145,6 +31145,99 @@ string</p>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.iamb.enable"></a><a class="term" href="options.xhtml#opt-programs.iamb.enable"><code class="option">programs.iamb.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable iamb.</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/iamb.nix" target="_top">
&lt;home-manager/modules/programs/iamb.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.iamb.package"></a><a class="term" href="options.xhtml#opt-programs.iamb.package"><code class="option">programs.iamb.package</code>
</a>
</span>
</dt>
<dd>
<p>The iamb package to use.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or package</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.iamb</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/iamb.nix" target="_top">
&lt;home-manager/modules/programs/iamb.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.iamb.settings"></a><a class="term" href="options.xhtml#opt-programs.iamb.settings"><code class="option">programs.iamb.settings</code>
</a>
</span>
</dt>
<dd>
<p>Configuration written to
<code class="filename">$XDG_CONFIG_HOME/iamb/config.toml</code>.</p><p>See <a class="link" href="https://iamb.chat/configure.html" target="_top">https://iamb.chat/configure.html</a> for the full list
of options.</p>
<p><span class="emphasis"><em>Type:</em></span>
TOML 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">{
default_profile = &quot;personal&quot;;
settings = {
notifications.enabled = true;
image_preview.protocol = {
type = &quot;kitty&quot;;
size = {
height = 10;
width = 66;
};
};
};
}
</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/iamb.nix" target="_top">
&lt;home-manager/modules/programs/iamb.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.imv.enable"></a><a class="term" href="options.xhtml#opt-programs.imv.enable"><code class="option">programs.imv.enable</code>