1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 04:23:34 +02:00
This commit is contained in:
rycee 2023-08-16 15:48:02 +00:00
parent 340e64f76b
commit 1e18377497

View File

@ -8321,6 +8321,32 @@ attribute set of (boolean or signed integer or string or list of string)</p><p><
</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/powerline-go.nix" target="_top">
&lt;home-manager/modules/programs/powerline-go.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.pqiv.enable"></a><a class="term" href="options.html#opt-programs.pqiv.enable"><code class="option">programs.pqiv.enable</code></a></span></dt><dd><p>Whether to enable pqiv image viewer.</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/pqiv.nix" target="_top">
&lt;home-manager/modules/programs/pqiv.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.pqiv.package"></a><a class="term" href="options.html#opt-programs.pqiv.package"><code class="option">programs.pqiv.package</code></a></span></dt><dd><p>The pqiv 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.pqiv</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/pqiv.nix" target="_top">
&lt;home-manager/modules/programs/pqiv.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.pqiv.settings"></a><a class="term" href="options.html#opt-programs.pqiv.settings"><code class="option">programs.pqiv.settings</code></a></span></dt><dd><p>Configuration written to
&lt;filename&gt;$XDG_CONFIG_HOME/pqivrc&lt;/filename&gt;. See &lt;link
xlink:href=“https://github.com/phillipberndt/pqiv/blob/master/pqiv.1”/&gt;
for a list of available options. To set a boolean flag, set the value to 1.</p><p><span class="emphasis"><em>Type:</em></span>
attribute set of attribute set of (INI atom (null, bool, int, float 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 = {
lazy-load = 1;
hide-info-box = 1;
background-pattern = "black";
thumbnail-size = "256x256";
command-1 = "thunar";
};
};
</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/pqiv.nix" target="_top">
&lt;home-manager/modules/programs/pqiv.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.pubs.enable"></a><a class="term" href="options.html#opt-programs.pubs.enable"><code class="option">programs.pubs.enable</code></a></span></dt><dd><p>Whether to enable pubs.</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>