mirror of
https://github.com/larstvei/nix-config.git
synced 2024-11-26 08:58:31 +00:00
Improve homebrew setup
Uninstall brew packages when they are removed from this config.
This commit is contained in:
parent
52a5f54098
commit
f5ce1951f5
@ -65,7 +65,11 @@
|
|||||||
|
|
||||||
homebrew = {
|
homebrew = {
|
||||||
enable = true;
|
enable = true;
|
||||||
onActivation.upgrade = true;
|
onActivation = {
|
||||||
|
upgrade = true;
|
||||||
|
cleanup = "uninstall";
|
||||||
|
};
|
||||||
|
taps = [ "homebrew/cask" ];
|
||||||
casks = [
|
casks = [
|
||||||
"amethyst"
|
"amethyst"
|
||||||
"dropbox"
|
"dropbox"
|
||||||
|
Loading…
Reference in New Issue
Block a user