Fix topgrade config :( (#31)

There should be a top-level MISC for topgrade.toml.

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
Alice Huston 2024-01-08 22:54:43 -05:00 committed by GitHub
parent 962baa4e64
commit a05be0f2d3

View File

@ -62,10 +62,12 @@
topgrade = {
enable = true;
settings.config = {
misc = {
disable = [ "system" "nix" ];
};
};
};
};
home.stateVersion = "23.11";
}