Compare commits

...

2 Commits

Author SHA1 Message Date
rycee
74e6399d0d deploy: c4eabb884b 2026-01-05 09:53:26 +00:00
teto
2623101113 deploy: 9d1c71f390 2026-01-05 09:35:04 +00:00

View File

@@ -39261,6 +39261,75 @@ package</p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">pkgs.gnupg23</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/gpg.nix" target="_top">
&lt;home-manager/modules/programs/gpg.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.gpg.dirmngrSettings"></a><a class="term" href="options.xhtml#opt-programs.gpg.dirmngrSettings"><code class="option">programs.gpg.dirmngrSettings</code>
</a>
</span>
</dt>
<dd>
<p>Dirmngr configuration options. Available options are described
in
<a class="link" href="https://www.gnupg.org/documentation/manuals/gnupg/Dirmngr-Options.html" target="_top">
<span class="citerefentry"><span class="refentrytitle">dirmngr</span>(1)</span>
</a></p>
<p><span class="emphasis"><em>Type:</em></span>
attribute set of (string or boolean or list of 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">{
allow-version-check = true;
keyserver = &quot;ldaps://ldap.example.com&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/gpg.nix" target="_top">
&lt;home-manager/modules/programs/gpg.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.gpg.gpgsmSettings"></a><a class="term" href="options.xhtml#opt-programs.gpg.gpgsmSettings"><code class="option">programs.gpg.gpgsmSettings</code>
</a>
</span>
</dt>
<dd>
<p>GPGSM configuration options. Available options are described
in
<a class="link" href="https://www.gnupg.org/documentation/manuals/gnupg/GPGSM-Options.html" target="_top">
<span class="citerefentry"><span class="refentrytitle">gpgsm</span>(1)</span>
</a></p>
<p><span class="emphasis"><em>Type:</em></span>
attribute set of (string or boolean or list of 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">{
with-key-data = true;
}
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
@@ -39471,6 +39540,9 @@ in
<p><span class="emphasis"><em>Type:</em></span>
attribute set of (string or boolean or list of 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">{
disable-ccid = true;
}
@@ -99310,16 +99382,18 @@ Hyprpaper configuration value</p>
<code class="literal">{ }</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
ipc = &quot;on&quot;;
splash = false;
splash_offset = 2.0;
preload =
[ &quot;/share/wallpapers/buttons.png&quot; &quot;/share/wallpapers/cat_pacman.png&quot; ];
wallpaper = [
&quot;DP-3,/share/wallpapers/buttons.png&quot;
&quot;DP-1,/share/wallpapers/cat_pacman.png&quot;
{
monitor = &quot;DP-3&quot;;
path = &quot;/share/wallpapers/buttons.png&quot;;
fit_mode = &quot;tile&quot;;
}
{
monitor = &quot;DP-1&quot;;
path = &quot;/share/wallpapers/cat_pacman.png&quot;;
}
];
}