mirror of
https://github.com/nix-community/home-manager
synced 2024-11-13 00:17:10 +00:00
deploy: bd9141ea97
This commit is contained in:
parent
67719e2343
commit
b7a7c18fb7
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue