diff --git a/modules/homebrew.nix b/modules/homebrew.nix index 97e4461..ec11e27 100644 --- a/modules/homebrew.nix +++ b/modules/homebrew.nix @@ -13,41 +13,46 @@ # Command-line tools go here ]; casks = [ - # GUI applications - manually installed apps now managed by Homebrew + # Development "coteditor" - "keepassxc" - "keycastr" - "inkscape" - "affinity" - "firefox" - "obsidian" - "snipaste" + "datagrip" "ghostty" - "slidepilot" - "tencent-meeting" "ovito" + "balenaetcher" + "raspberry-pi-imager" + # Internet & Network + "clash-verge-rev" + "firefox" + "keepassxc" + "tailscale-app" + "transmission" + # Media + "calibre" + "handbrake-app" + "iina" + "musicbrainz-picard" + # Productivity + "affinity" + "drawio" + "inkscape" + "microsoft-excel" "microsoft-powerpoint" "microsoft-word" - "microsoft-excel" - "balenaetcher" - "aerospace" - "maccy" - "iina" - "hiddenbar" - "localsend" - "calibre" + "tencent-meeting" + "obsidian" "omnigraffle" - "tailscale-app" + "pdf-expert" + "slidepilot" "typora" "zotero" - "raspberry-pi-imager" - "transmission" - "pdf-expert" - "drawio" - "clash-verge-rev" + # Utilities + "aerospace" + "hiddenbar" + "keycastr" + "localsend" + "maccy" + "snipaste" "the-unarchiver" - "musicbrainz-picard" - "datagrip" ]; taps = [ "nikitabobko/tap"