{ config, lib, pkgs, ... }: { homebrew = { enable = true; onActivation.cleanup = "zap"; casks = [ "firefox" "thunderbird" "ghostty" "whisky" ]; }; }