1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-18 23:11:11 +01:00
This commit is contained in:
teto 2025-10-25 12:34:45 +00:00
parent 99d4968c7d
commit 75f01d2bc3

View file

@ -52090,6 +52090,36 @@ package</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.man</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/man.nix" target="_top">
&lt;home-manager/modules/programs/man.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.man.extraConfig"></a><a class="term" href="options.xhtml#opt-programs.man.extraConfig"><code class="option">programs.man.extraConfig</code>
</a>
</span>
</dt>
<dd>
<p>Additional fields to be added to the end of the user manpath config file.</p>
<p><span class="emphasis"><em>Type:</em></span>
strings concatenated with “\n”</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">&quot;&quot;</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">&#x27;&#x27;
MANDATORY_MANPATH /usr/man
SECTION 1 n l 8 3 0 2 3type 5 4 9 6 7
&#x27;&#x27;
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>