From c594b5f8b5a219abb896a908902e6a5fdd8f2cde Mon Sep 17 00:00:00 2001 From: Gleb Khaykin Date: Sat, 11 Oct 2025 01:53:57 +0200 Subject: [PATCH 1/3] refactor: :hammer: --- modules/darwin/homebrew.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/darwin/homebrew.nix b/modules/darwin/homebrew.nix index aa8896a..59bf2dc 100644 --- a/modules/darwin/homebrew.nix +++ b/modules/darwin/homebrew.nix @@ -23,7 +23,7 @@ let "pomatez" # Communication - # "slack" + "slack" "zoom" # TODO(khaykingleb): add preplexity cask when it's available in homebrew From de7244b9c64b92906512715b6dfbd6a7641909f1 Mon Sep 17 00:00:00 2001 From: Gleb Khaykin Date: Tue, 25 Nov 2025 12:41:40 +0100 Subject: [PATCH 2/3] feat(homebrew): add grammarly-desktop --- modules/darwin/homebrew.nix | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/modules/darwin/homebrew.nix b/modules/darwin/homebrew.nix index 59bf2dc..08585e1 100644 --- a/modules/darwin/homebrew.nix +++ b/modules/darwin/homebrew.nix @@ -26,9 +26,12 @@ let "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" @@ -55,15 +58,7 @@ let # Misc "readdle-spark" "steam" - - # Research and writing - "texifier" - "mactex" - "zotero" - - # Misc "obs" - "steam" ]; workCasks = lib.lists.flatten [ From 42d6d6cdfc3e784e5ba06012277f2c49f52cbbf7 Mon Sep 17 00:00:00 2001 From: Gleb Khaykin Date: Tue, 25 Nov 2025 12:42:11 +0100 Subject: [PATCH 3/3] feat(asdf): bump pre-commit --- users/shared/scripts/asdf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/shared/scripts/asdf.sh b/users/shared/scripts/asdf.sh index 5d13ce6..e4a9162 100755 --- a/users/shared/scripts/asdf.sh +++ b/users/shared/scripts/asdf.sh @@ -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"