From cf4946b0c122160d7a84d6c50fbc72d30fe854ef Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 3 Jan 2025 00:32:10 -0800 Subject: nara: add tuist --- modules/mac/programs/homebrew/casks.nix | 1 + modules/mac/programs/homebrew/nix-homebrew.nix | 1 + 2 files changed, 2 insertions(+) (limited to 'modules/mac/programs') diff --git a/modules/mac/programs/homebrew/casks.nix b/modules/mac/programs/homebrew/casks.nix index 6dc84ad..0bf2fab 100644 --- a/modules/mac/programs/homebrew/casks.nix +++ b/modules/mac/programs/homebrew/casks.nix @@ -3,5 +3,6 @@ "alt-tab" "iina" "aerospace" + "tuist" ]; } diff --git a/modules/mac/programs/homebrew/nix-homebrew.nix b/modules/mac/programs/homebrew/nix-homebrew.nix index 487bbaa..2a3db8a 100644 --- a/modules/mac/programs/homebrew/nix-homebrew.nix +++ b/modules/mac/programs/homebrew/nix-homebrew.nix @@ -13,6 +13,7 @@ "homebrew/homebrew-bundle" = homebrew-bundle; "nerdsupremacist/homebrew-tap" = nerdsupremacist-homebrew-tap; "nikitabobko/homebrew-tap" = nikitabobko-homebrew-tap; + "tuist/homebrew-tuist" = tuist-homebrew-tap; }; }; } -- cgit v1.2.3