From 136d9c574a385026cee1ae2d5a48705f9a2be850 Mon Sep 17 00:00:00 2001 From: Poby <87608318+smg1024@users.noreply.github.com> Date: Tue, 19 May 2026 22:37:46 +0900 Subject: [PATCH] feat: alhangeul and thaw added --- modules/aspects/homebrew.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/aspects/homebrew.nix b/modules/aspects/homebrew.nix index 0cb6873..db57fc2 100644 --- a/modules/aspects/homebrew.nix +++ b/modules/aspects/homebrew.nix @@ -18,6 +18,10 @@ ]; }; + taps = [ + "postmelee/tap" + ]; + masApps = { KakaoTalk = 869223134; Across = 6444851827; @@ -25,19 +29,20 @@ }; casks = [ + "alhangeul" "arc" "batfi" "claude-code@latest" "codex" "hammerspoon" "iina" - "jordanbaird-ice" "keka" "kekaexternalhelper" "raycast" "shottr" "stats" "telegram" + "thaw@beta" "utm" ]; };