chore(home): Remove Topgrade
Forcing myself to never install anything with something other than Nix
This commit is contained in:
parent
804c8b98d0
commit
8cad5a2600
1 changed files with 0 additions and 21 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue