diff --git a/options.xhtml b/options.xhtml index f0e9e08e3..0af67623f 100644 --- a/options.xhtml +++ b/options.xhtml @@ -49093,6 +49093,40 @@ null or package
Auto-activation settings for infat.
For backwards compatibility, this option also accepts a boolean.
+Boolean values are deprecated; use
+programs.infat.autoActivate.enable instead.
Type: +(submodule) or boolean convertible to it
+ +Default:
{ }
+
+
+Example:
{
+ enable = true;
+ extraArgs = {
+ quiet = true;
+ };
+}
+
+
+Declared by:
+
+
+<home-manager/modules/programs/infat.nix>
+
+ |
programs.infat.autoActivate.enable
+
+
+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
Example:
false
+Declared by:
+
+
+<home-manager/modules/programs/infat.nix>
+
+ |
programs.infat.autoActivate.extraArgs
+
+
+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 infat --help
+for more information on available arguments.
+If programs.infat.settings is set,
+config will be added automatically.
+Otherwise you can set config to point
+to a custom configuration file.
Type: +attribute set of (string or boolean)
+ +Default:
{
+ robust = true;
+}
+
+
+Example:
{
+ quiet = true;
+}
+
+
Declared by: