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
{ misc = { assume_yes = true; disable = [ "flutter" "node" ]; set_title = false; cleanup = true; }; commands = { "Run garbage collection on Nix store" = "nix-collect-garbage"; }; }- Declared
- <home-manager/modules/programs/topgrade.nix>