MyNixOS website logo

Options to add to config.toml. See https://numbat.dev/doc/cli-customization.html#configuration for options.

Declarations
Type
TOML value
Default
{ }
Example
{
  exchange-rates = {
    fetching-policy = "on-first-use";
  };
  intro-banner = "short";
  prompt = "> ";
}