1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-09 02:21:05 +01:00
This commit is contained in:
rycee 2021-09-07 21:56:00 +00:00
parent 77c616ef00
commit 0547f00eb5
3 changed files with 10 additions and 10 deletions

View file

@ -6598,7 +6598,7 @@ now.
<home-manager/modules/programs/rofi.nix>
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.rofi.package"></a><a class="term" href="options.html#opt-programs.rofi.package"><code class="option">programs.rofi.package</code></a></span></dt><dd><p>Package providing the <span class="command"><strong>rofi</strong></span> binary.
</p><p><span class="emphasis"><em>Type:</em></span> package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
<em class="replaceable"><code>(build of rofi-1.6.1)</code></em>
<em class="replaceable"><code>(build of rofi-1.7.0)</code></em>
</code></p><p><span class="emphasis"><em>Example:</em></span> </p><pre class="programlisting">pkgs.rofi.override { plugins = [ pkgs.rofi-emoji ]; };
</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/rofi.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/rofi.nix&gt;