This commit is contained in:
khaneliman
2026-06-01 19:39:16 +00:00
parent ec417b3217
commit 2c30add7ac

View File

@@ -49093,6 +49093,40 @@ null or package</p>
</span>
</dt>
<dd>
<p>Auto-activation settings for infat.</p><p>For backwards compatibility, this option also accepts a boolean.
Boolean values are deprecated; use
<code class="option">programs.infat.autoActivate.enable</code> instead.</p>
<p><span class="emphasis"><em>Type:</em></span>
(submodule) or boolean convertible to it</p>
<p><span class="emphasis"><em>Default:</em></span></p><pre><code class="programlisting nix">{ }
</code></pre>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting nix">{
enable = true;
extraArgs = {
quiet = true;
};
}
</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/infat.nix" target="_top">
&lt;home-manager/modules/programs/infat.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.infat.autoActivate.enable"></a><a class="term" href="options.xhtml#opt-programs.infat.autoActivate.enable"><code class="option">programs.infat.autoActivate.enable</code>
</a>
</span>
</dt>
<dd>
<p>Automatically activate infat on startup.
This is useful if you want to use infat as a
default application handler for certain file types.
@@ -49108,6 +49142,44 @@ boolean</p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting nix">false
</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/infat.nix" target="_top">
&lt;home-manager/modules/programs/infat.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.infat.autoActivate.extraArgs"></a><a class="term" href="options.xhtml#opt-programs.infat.autoActivate.extraArgs"><code class="option">programs.infat.autoActivate.extraArgs</code>
</a>
</span>
</dt>
<dd>
<p>Additional arguments to pass when auto-activating infat.
This can be used to customize the behavior of infat when
it is auto-activated on startup. Call <code class="literal">infat --help</code>
for more information on available arguments.
If <code class="option">programs.infat.settings</code> is set,
<code class="literal">config</code> will be added automatically.
Otherwise you can set <code class="literal">config</code> to point
to a custom configuration file.</p>
<p><span class="emphasis"><em>Type:</em></span>
attribute set of (string or boolean)</p>
<p><span class="emphasis"><em>Default:</em></span></p><pre><code class="programlisting nix">{
robust = true;
}
</code></pre>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting nix">{
quiet = true;
}
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>