diff --git a/systems/mmacbookpro/apps.nix b/systems/mmacbookpro/apps.nix index cc9ffca..398f392 100644 --- a/systems/mmacbookpro/apps.nix +++ b/systems/mmacbookpro/apps.nix @@ -3,6 +3,10 @@ { homebrew = { enable = true; + onActivation = { + autoUpdate = true; + cleanup = "zap"; + }; taps = [ { name = "popcorn-official/popcorn-desktop";