1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-04 08:01:02 +01:00
This commit is contained in:
khaneliman 2025-09-20 13:42:06 +00:00
parent 65171bd629
commit f8538d5ce5

View file

@ -80141,6 +80141,37 @@ null or package</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.yazi</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/yazi.nix" target="_top">
&lt;home-manager/modules/programs/yazi.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.yazi.extraPackages"></a><a class="term" href="options.xhtml#opt-programs.yazi.extraPackages"><code class="option">programs.yazi.extraPackages</code>
</a>
</span>
</dt>
<dd>
<p>Extra packages to make available to yazi.</p><p>These packages will be added to the yazi wrappers PATH.</p>
<p><span class="emphasis"><em>Type:</em></span>
list of package</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 pkgs; [
glow
ouch
]
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>