Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 5 additions & 10 deletions modules/darwin/homebrew.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,15 @@ let
"pomatez"

# Communication
# "slack"
"slack"
"zoom"

# TODO(khaykingleb): add preplexity cask when it's available in homebrew
# Research and writing
"mathpix-snipping-tool"
"grammarly-desktop"
"texifier"
"mactex"
"zotero"
"excalidrawz"
"drawio"

Expand All @@ -55,15 +58,7 @@ let
# Misc
"readdle-spark"
"steam"

# Research and writing
"texifier"
"mactex"
"zotero"

# Misc
"obs"
"steam"
];

workCasks = lib.lists.flatten [
Expand Down
2 changes: 1 addition & 1 deletion users/shared/scripts/asdf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ plugins=(
"supabase-cli 2.12.1" # baas with postgres
"postgres 17.2" # postgres database client
"ollama 0.6.3" # local llm hosting
"pre-commit 4.1.0" # git commit hook manager
"pre-commit 4.3.0" # git commit hook manager
"direnv 2.35.0" # environment manager
"1password-cli 2.30.3" # password manager
# "make 4.4.1"
Expand Down