deploy: 9db5b89f40
This commit is contained in:
parent
340e64f76b
commit
1e18377497
26
options.html
26
options.html
|
@ -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">
|
||||
<home-manager/modules/programs/powerline-go.nix>
|
||||
</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">
|
||||
<home-manager/modules/programs/pqiv.nix>
|
||||
</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">
|
||||
<home-manager/modules/programs/pqiv.nix>
|
||||
</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
|
||||
<filename>$XDG_CONFIG_HOME/pqivrc</filename>. See <link
|
||||
xlink:href=“https://github.com/phillipberndt/pqiv/blob/master/pqiv.1”/>
|
||||
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">
|
||||
<home-manager/modules/programs/pqiv.nix>
|
||||
</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>
|
||||
|
|
Loading…
Reference in a new issue