programs.zoxide.enable
Whether to enable zoxide.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.zoxide.enableBashIntegration
Whether to enable Bash integration.
Type: boolean
Example:
false
Declared by:
programs.zoxide.enableFishIntegration
Whether to enable Fish integration.
Type: boolean
Example:
false
Declared by:
programs.zoxide.enableNushellIntegration
Whether to enable Nushell integration.
Type: boolean
Example:
false
Declared by:
programs.zoxide.enableZshIntegration
Whether to enable Zsh integration.
Type: boolean
Example:
false
Declared by:
programs.zoxide.package
The zoxide package to use.
Type: package
Default:
pkgs.zoxide
Declared by:
programs.zoxide.options
List of options to pass to zoxide init.
Type: list of string
Default:
[ ]
Example:
[
"--no-cmd"
]
Declared by: