This commit is contained in:
rycee 2024-03-14 19:55:23 +00:00
parent 67719e2343
commit b7a7c18fb7
1 changed files with 2 additions and 2 deletions

View File

@ -57039,9 +57039,9 @@ package</p>
list of package</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.coreutils</code></p>
<code class="literal">pkgs.xdotool pkgs.coreutils pkgs.xorg.xprop</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">with pkgs; [ coreutils xdotool ];
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">with pkgs; [ xdotool coreutils xorg.xprop ];
</code></pre>