{ 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" "yabai" ]; taps = [ "d12frosted/emacs-plus" "homebrew/cask-fonts" "koekeishiya/formulae" ]; casks = [ "amethyst" "anki" "caffeine" "docker" "firefox" "logseq" "iglance" "karabiner-elements" "nextcloud" "protonmail-bridge" "protonvpn" "temurin17" "thunderbird" "font-iosevka-comfy" "vlc" "whatsapp" ]; }; }