diff --git a/options.html b/options.html index c55b0b4d..69f75da8 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
.