Improve homebrew setup

Uninstall brew packages when they are removed from this config.
This commit is contained in:
larstvei 2023-02-19 20:09:59 +01:00
parent 52a5f54098
commit f5ce1951f5

View File

@ -65,7 +65,11 @@
homebrew = {
enable = true;
onActivation.upgrade = true;
onActivation = {
upgrade = true;
cleanup = "uninstall";
};
taps = [ "homebrew/cask" ];
casks = [
"amethyst"
"dropbox"