MyNixOS website logo

Configuration written to $XDG_CONFIG_HOME/topgrade.toml.

See https://github.com/r-darwish/topgrade/wiki/Step-list for the full list of options.

Declarations
Type
TOML value
Default
{ }
Example
{
  misc = {
    assume_yes = true;
    disable = [
      "flutter"
      "node"
    ];
    set_title = false;
    cleanup = true;
  };
  commands = {
    "Run garbage collection on Nix store" = "nix-collect-garbage";
  };
}