✨ feat(topgrade): Install topgrade
This commit is contained in:
parent
ec499a85e6
commit
2b9fdf0629
2 changed files with 21 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
||||||
./ncmpcpp
|
./ncmpcpp
|
||||||
./syncthing
|
./syncthing
|
||||||
./tmux
|
./tmux
|
||||||
|
./topgrade
|
||||||
./wget
|
./wget
|
||||||
./xdg
|
./xdg
|
||||||
./xsession
|
./xsession
|
||||||
|
|
20
home/topgrade/default.nix
Normal file
20
home/topgrade/default.nix
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
{...}: {
|
||||||
|
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