diff --git a/options.xhtml b/options.xhtml index 1e3a0076e..c9912d905 100644 --- a/options.xhtml +++ b/options.xhtml @@ -13246,6 +13246,57 @@ package

Default: pkgs.atuin

+

Declared by:

+ + +
+ +<home-manager/modules/programs/atuin.nix> + +
+ +
+ + programs.atuin.daemon.enable + + +
+
+

Whether to enable Atuin daemon.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/atuin.nix> + +
+
+
+ + programs.atuin.daemon.logLevel + + +
+
+

Verbosity of Atuin daemon logging.

+ +

Type: +null or one of “trace”, “debug”, “info”, “warn”, “error”

+ +

Default: +null

+

Declared by: