1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-21 16:31:10 +01:00
This commit is contained in:
khaneliman 2025-10-27 01:59:33 +00:00
parent a47d2e53ab
commit 48e90e5fc1

View file

@ -84831,6 +84831,97 @@ list of string</p>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.zapzap.enable"></a><a class="term" href="options.xhtml#opt-programs.zapzap.enable"><code class="option">programs.zapzap.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable zapzap.</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/zapzap.nix" target="_top">
&lt;home-manager/modules/programs/zapzap.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.zapzap.package"></a><a class="term" href="options.xhtml#opt-programs.zapzap.package"><code class="option">programs.zapzap.package</code>
</a>
</span>
</dt>
<dd>
<p>The zapzap 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.zapzap</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/zapzap.nix" target="_top">
&lt;home-manager/modules/programs/zapzap.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.zapzap.settings"></a><a class="term" href="options.xhtml#opt-programs.zapzap.settings"><code class="option">programs.zapzap.settings</code>
</a>
</span>
</dt>
<dd>
<p>Configuration settings for zapzap. All the available options can be found by
changing the settings from the GUI and looking at $XDG_CONFIG_HOME/ZapZap/ZapZap.conf.</p>
<p><span class="emphasis"><em>Type:</em></span>
attribute set of section of an INI file (attrs 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><code class="programlisting">{
notification = {
donation_message = true;
};
system = {
scale = 150;
theme = &quot;dark&quot;;
wayland = true;
};
website = {
open_page = false;
};
}
</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/zapzap.nix" target="_top">
&lt;home-manager/modules/programs/zapzap.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.zathura.enable"></a><a class="term" href="options.xhtml#opt-programs.zathura.enable"><code class="option">programs.zathura.enable</code>