programs.mise.enable
Whether to enable mise.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.mise.enableBashIntegration
Whether to enable Bash integration.
Type: boolean
Example:
false
Declared by:
programs.mise.enableFishIntegration
Whether to enable Fish integration.
Type: boolean
Example:
false
Declared by:
programs.mise.enableNushellIntegration
Whether to enable Nushell integration.
Type: boolean
Example:
false
Declared by:
programs.mise.enableZshIntegration
Whether to enable Zsh integration.
Type: boolean
Example:
false
Declared by:
programs.mise.package
The mise package to use.
Type: null or package
Default:
pkgs.mise
Declared by:
programs.mise.globalConfig
Config written to $XDG_CONFIG_HOME/mise/config.toml.
See https://mise.jdx.dev/configuration.html and https://mise.jdx.dev/configuration/settings.html for details on supported values.
Type: TOML value
Default:
{ }
Example:
settings = {
disable_tools = [ "node" ];
experimental = true;
verbose = false;
};
tool_alias = {
node.versions = {
my_custom_node = "20";
};
};
tools = {
node = "lts";
python = ["3.10" "3.11"];
};
Declared by: