MyNixOS website logo

Settings written to $XDG_CONFIG_HOME/rtx/config.toml.

See https://github.com/jdxcode/rtx#global-config-configrtxconfigtoml for details on supported values.

Modifying the tools section doesn't make RTX install them. You have to manually run rtx install to install the tools.
Declarations
Type
TOML value
Default
{ }
Example
tools = {
  node = "lts";
  python = ["3.10" "3.11"];
};

settings = {
  verbose = false;
  experimental = false;
};