diff --git a/options.html b/options.html index 1868e06a..1a4b206d 100644 --- a/options.html +++ b/options.html @@ -7349,6 +7349,16 @@ directory.
Type: boolean
The zsh package to use. Type: package Default: Declared by: Whether to enable antidote - a zsh plugin manager. Type: boolean Default: Example: Declared by: The antidote package to use. Type: package Default: Declared by: List of antidote plugins. Type: list of string Default: Example: Declared by: Whether to enable friendly names. Type: boolean Default: Example: Declared by: Automatically enter into a directory if typed directly into shell. Type: null or boolean Default: Declared by: List of paths to autocomplete calls to `cd`. Type: list of string Default: Declared by:programs.zsh.package
pkgs.zsh
<home-manager/modules/programs/zsh.nix>
+
programs.zsh.antidote.enable
false
true
+ <home-manager/modules/programs/antidote.nix>
+
programs.zsh.antidote.package
pkgs.antidote
+ <home-manager/modules/programs/antidote.nix>
+
programs.zsh.antidote.plugins
[ ]
[
+ "zsh-users/zsh-autosuggestions"
+]
+ <home-manager/modules/programs/antidote.nix>
+
programs.zsh.antidote.useFriendlyNames
false
true
+ <home-manager/modules/programs/antidote.nix>
programs.zsh.autocd
null
<home-manager/modules/programs/zsh.nix>
programs.zsh.cdpath
[ ]