Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.topgrade.enable

Whether to enable topgrade.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.topgrade.package

The topgrade package to use.

Type: package

Default:

pkgs.topgrade

Declared by:

programs.topgrade.settings

Configuration written to $XDG_CONFIG_HOME/topgrade.toml.

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

Type: TOML value

Default:

{ }

Example:

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

Declared by: