From 2c30add7ace00505b987d85a82f71dad7d97ecf3 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Mon, 1 Jun 2026 19:39:16 +0000 Subject: [PATCH] deploy: 5a608a621b001922dd708ca51a6260d5bef9e29b --- options.xhtml | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) 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: