home-manager | fix topgrade config

This commit is contained in:
Don Harper 2023-10-03 13:45:16 -05:00
parent 234d46cb5f
commit 4820abced7

View file

@ -2,10 +2,11 @@
{
programs.topgrade = {
enable = true;
#no_retry = true;
#skip_notify = true;
settings = {
misc = {
assume_yes = true;
no_retry = true;
skip_notify = true;
disable = [
"emacs"
"atom"
@ -20,8 +21,9 @@
];
set_title = false;
cleanup = true;
commands = {
"Run garbage collection on Nix store" = "nix-collect-garbage";
#commands = {
#"Run garbage collection on Nix store" = "nix-collect-garbage";
#};
};
git = {
max_concurrency = 5;