diff options
Diffstat (limited to 'modules/mac/programs')
| -rw-r--r-- | modules/mac/programs/homebrew/casks.nix | 1 | ||||
| -rw-r--r-- | modules/mac/programs/homebrew/nix-homebrew.nix | 1 |
2 files changed, 2 insertions, 0 deletions
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; }; }; } |