fix(homebrew): drop zap cleanup — aborts activation and would remove unmanaged casks like firefox

This commit is contained in:
Rasyidan Akbar F. 2026-08-27 19:30:05 +07:00
commit eb3f74fd51

View file

@ -64,7 +64,6 @@ in
global.autoUpdate = false;
onActivation = {
autoUpdate = false;
cleanup = "zap";
upgrade = false;
};
inherit (cfg) taps brews casks;