{ pkgs, ...}: { homebrew = { enable = true; onActivation.autoUpdate = false; brews = [ "cmake" "curl" { name = "emacs-plus"; args = [ " --with-no-frame-refocus" "--with-native-comp" "--with-imagemagick" "--with-savchenkovaleriy-big-sur-icon" ]; } "imagemagick" "libvterm" "trippy" "wget" ]; taps = [ "d12frosted/emacs-plus" ]; casks = [ "amethyst" "anki" "caffeine" "docker" "firefox" "logseq" "iglance" "karabiner-elements" "nextcloud" "protonmail-bridge" "protonvpn" "temurin17" "thunderbird" "vlc" ]; }; }