From 991f742152e1d7c59df39f97dc6eea4895cc02aa Mon Sep 17 00:00:00 2001 From: ncfavier Date: Wed, 15 Mar 2023 10:53:51 +0000 Subject: [PATCH] deploy: 215af6252d939a936b41dbd85e94d22e874ad990 --- options.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/options.html b/options.html index c55b0b4d3..69f75da8e 100644 --- a/options.html +++ b/options.html @@ -1610,6 +1610,11 @@ key to open the Atuin history.

Type:

programs.atuin.package

The package to use for atuin.

Type: package

Default: pkgs.atuin

Declared by:

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

Flags to append to the shell hook.

Type: list of string

Default: [ ]

Example:

[
+  "--disable-up-arrow"
+  "--disable-ctrl-r"
+]

Declared by:

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

Configuration written to $XDG_CONFIG_HOME/atuin/config.toml.