1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 13:57:31 +02:00
This commit is contained in:
ncfavier 2023-06-07 12:52:07 +00:00
parent 5f8ca49d1e
commit bec3530169

View file

@ -3649,6 +3649,17 @@ for a list of available icon sets.</p><p><span class="emphasis"><em>Type:</em></
<a class="link" href="https://github.com/greshake/i3status-rust/blob/master/doc/themes.md" target="_top">https://github.com/greshake/i3status-rust/blob/master/doc/themes.md</a>
for a list of available themes.</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"plain"</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">"gruvbox-dark"</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/i3status-rust.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/i3status-rust.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.imv.enable"></a><a class="term" href="options.html#opt-programs.imv.enable"><code class="option">programs.imv.enable</code></a></span></dt><dd><p>Whether to enable imv: a command line image viewer intended for use with tiling window managers.</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/imv.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/imv.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.imv.package"></a><a class="term" href="options.html#opt-programs.imv.package"><code class="option">programs.imv.package</code></a></span></dt><dd><p>The imv package to use.</p><p><span class="emphasis"><em>Type:</em></span> package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">pkgs.imv</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/imv.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/imv.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.imv.settings"></a><a class="term" href="options.html#opt-programs.imv.settings"><code class="option">programs.imv.settings</code></a></span></dt><dd><p>Configuration options for imv. See
<span class="citerefentry"><span class="refentrytitle">imv</span>(5)</span>.</p><p><span class="emphasis"><em>Type:</em></span> attribute set of attribute set of (boolean or signed integer or 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 class="programlisting">{
options.background = "ffffff";
aliases.x = "close";
}
</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/imv.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/imv.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.info.enable"></a><a class="term" href="options.html#opt-programs.info.enable"><code class="option">programs.info.enable</code></a></span></dt><dd><p>Whether to enable GNU Info.</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/info.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/info.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.ion.enable"></a><a class="term" href="options.html#opt-programs.ion.enable"><code class="option">programs.ion.enable</code></a></span></dt><dd><p>Whether to enable the Ion Shell. Compatible with Redox and Linux.</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/ion.nix#blob-path" target="_top">