1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 16:41:04 +01:00
This commit is contained in:
khaneliman 2025-05-08 15:46:18 +00:00
parent e634bb045e
commit d79415bb17

View file

@ -64677,6 +64677,96 @@ attribute set of (boolean or floating point number or signed integer or absolute
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.wayprompt.enable"></a><a class="term" href="options.xhtml#opt-programs.wayprompt.enable"><code class="option">programs.wayprompt.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable Wayprompt, a password-prompter for Wayland.</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/wayprompt.nix" target="_top">
&lt;home-manager/modules/programs/wayprompt.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.wayprompt.package"></a><a class="term" href="options.xhtml#opt-programs.wayprompt.package"><code class="option">programs.wayprompt.package</code>
</a>
</span>
</dt>
<dd>
<p>The wayprompt 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.wayprompt</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/wayprompt.nix" target="_top">
&lt;home-manager/modules/programs/wayprompt.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.wayprompt.settings"></a><a class="term" href="options.xhtml#opt-programs.wayprompt.settings"><code class="option">programs.wayprompt.settings</code>
</a>
</span>
</dt>
<dd>
<p>Configuration for wayprompt written to
<code class="filename">$XDG_CONFIG_HOME/wayprompt/config.ini</code>.
See <span class="citerefentry"><span class="refentrytitle">wayprompt</span>(5)</span> for a list of available options.
Note that colours can be either 6-hex-digit RGB or 8-hex-digit RGBA values.</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">{
general = {
font-regular = &quot;sans:size=14&quot;;
pin-square-amount = 32;
};
colours = {
background = &quot;0xffffffaa&quot;;
};
}
</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/wayprompt.nix" target="_top">
&lt;home-manager/modules/programs/wayprompt.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.wezterm.enable"></a><a class="term" href="options.xhtml#opt-programs.wezterm.enable"><code class="option">programs.wezterm.enable</code>