MyNixOS website logo

Config written to $XDG_CONFIG_HOME/mise/config.toml.

See https://mise.jdx.dev/configuration.html#global-config-config-mise-config-toml for details on supported values.

Declarations
Type
TOML value
Default
{ }
Example
tools = {
  node = "lts";
  python = ["3.10" "3.11"];
};

aliases = {
  my_custom_node = "20";
};