{ pkgs, ... }: { homebrew.enable = true; homebrew.casks = [ "iterm2" ]; system.defaults.CustomUserPreferences = { "com.googlecode.iterm2" = { # Disable iTerm's annoying promt when quitting it PromptOnQuit = false; SUEnableAutomaticChecks = 0; # Use 'Minimal' Theme TabStyleWithAutomaticOption = 5; }; }; }