mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 08:31:03 +01:00
deploy: 3c59c5132b
This commit is contained in:
parent
e634bb045e
commit
d79415bb17
1 changed files with 90 additions and 0 deletions
|
|
@ -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">
|
||||
<home-manager/modules/programs/wayprompt.nix>
|
||||
</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">
|
||||
<home-manager/modules/programs/wayprompt.nix>
|
||||
</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 = "sans:size=14";
|
||||
pin-square-amount = 32;
|
||||
};
|
||||
colours = {
|
||||
background = "0xffffffaa";
|
||||
};
|
||||
}
|
||||
|
||||
</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">
|
||||
<home-manager/modules/programs/wayprompt.nix>
|
||||
</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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue