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
<home-manager/modules/programs/mise.nix>