From 2c30add7ace00505b987d85a82f71dad7d97ecf3 Mon Sep 17 00:00:00 2001
From: khaneliman
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: