1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 08:31:03 +01:00
This commit is contained in:
khaneliman 2025-07-23 18:14:07 +00:00
parent a8062cfdd3
commit 6da5d437e3

View file

@ -75328,6 +75328,134 @@ TOML value</p>
</td></tr> </td></tr>
</table> </table>
</dd> </dd>
<dt>
<span class="term">
<a id="opt-programs.yofi.enable"></a><a class="term" href="options.xhtml#opt-programs.yofi.enable"><code class="option">programs.yofi.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable yofi.</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">false</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">true</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/yofi.nix" target="_top">
&lt;home-manager/modules/programs/yofi.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.yofi.package"></a><a class="term" href="options.xhtml#opt-programs.yofi.package"><code class="option">programs.yofi.package</code>
</a>
</span>
</dt>
<dd>
<p>The yofi package to use.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or package</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.yofi</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/yofi.nix" target="_top">
&lt;home-manager/modules/programs/yofi.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.yofi.blacklist"></a><a class="term" href="options.xhtml#opt-programs.yofi.blacklist"><code class="option">programs.yofi.blacklist</code>
</a>
</span>
</dt>
<dd>
<p>List of .desktop files yofi should ignore.</p>
<p><span class="emphasis"><em>Type:</em></span>
list of string</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">[
&quot;firefox&quot;
&quot;librewolf&quot;
&quot;com.obsproject.Studio&quot;
&quot;com.rtosta.zapzap&quot;
&quot;cups&quot;
&quot;kitty-open&quot;
&quot;nvim&quot;
]
</code></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/yofi.nix" target="_top">
&lt;home-manager/modules/programs/yofi.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.yofi.settings"></a><a class="term" href="options.xhtml#opt-programs.yofi.settings"><code class="option">programs.yofi.settings</code>
</a>
</span>
</dt>
<dd>
<p>Configuration settings for yofi. For all the available options
see: <a class="link" href="https://github.com/l4l/yofi/wiki/Configuration#main-configuration" target="_top">https://github.com/l4l/yofi/wiki/Configuration#main-configuration</a></p>
<p><span class="emphasis"><em>Type:</em></span>
TOML value</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">{
bg_border_color = &quot;0x131411ff&quot;;
bg_color = &quot;0x272822ee&quot;;
corner_radius = &quot;0&quot;;
font_size = 24;
force_window = false;
height = 512;
input_text = {
bg_color = &quot;0x75715eff&quot;;
font_color = &quot;0xf8f8f2ff&quot;;
margin = &quot;5&quot;;
padding = &quot;1.7 -4&quot;;
};
width = 400;
}
</code></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/yofi.nix" target="_top">
&lt;home-manager/modules/programs/yofi.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt> <dt>
<span class="term"> <span class="term">
<a id="opt-programs.yt-dlp.enable"></a><a class="term" href="options.xhtml#opt-programs.yt-dlp.enable"><code class="option">programs.yt-dlp.enable</code> <a id="opt-programs.yt-dlp.enable"></a><a class="term" href="options.xhtml#opt-programs.yt-dlp.enable"><code class="option">programs.yt-dlp.enable</code>