programs.navi.enable
Whether to enable Navi.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.navi.enableBashIntegration
Whether to enable Bash integration.
Type: boolean
Example:
false
Declared by:
programs.navi.enableFishIntegration
Whether to enable Fish integration.
Type: boolean
Example:
false
Declared by:
programs.navi.enableZshIntegration
Whether to enable Zsh integration.
Type: boolean
Example:
false
Declared by:
programs.navi.package
The navi package to use.
Type: package
Default:
pkgs.navi
Declared by:
programs.navi.settings
Configuration written to
$XDG_CONFIG_HOME/navi/config.yaml on Linux or
$HOME/Library/Application Support/navi/config.yaml
on Darwin. See
https://github.com/denisidoro/navi/blob/master/docs/config_file.md
for more information.
Type: YAML 1.1 value
Default:
{ }
Example:
{
cheats = {
paths = [
"~/cheats/"
];
};
}
Declared by: