chore(home): Remove Topgrade

Forcing myself to never install anything with something other than Nix
This commit is contained in:
punkfairie 2024-11-16 21:10:00 -08:00
parent 804c8b98d0
commit 8cad5a2600
Signed by: punkfairie
GPG key ID: A509E8F77FB9D696

View file

@ -1,21 +0,0 @@
{ ... }:
{
programs.topgrade = {
enable = true;
settings = {
misc = {
disable = [
"chezmoi"
];
# Cleanup temporary or old files.
cleanup = true;
};
brew.autoremove = true;
linux.arch_package_manager = "yay";
};
};
}