diff options
| author | Fuwn <[email protected]> | 2025-06-11 00:55:18 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-11 00:55:18 -0700 |
| commit | 6ffa9096d6cb8f7daa534707b594246dbefdfc0f (patch) | |
| tree | 38ce032f4b933d802acd090af204b5b52b775fb8 /modules | |
| parent | Nara: Add CHIRP cask (diff) | |
| download | nixos-config-6ffa9096d6cb8f7daa534707b594246dbefdfc0f.tar.xz nixos-config-6ffa9096d6cb8f7daa534707b594246dbefdfc0f.zip | |
Nara: Add Tuist
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mac/programs/homebrew/nix-homebrew.nix | 2 | ||||
| -rw-r--r-- | modules/mac/programs/homebrew/packages/development.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/mac/programs/homebrew/nix-homebrew.nix b/modules/mac/programs/homebrew/nix-homebrew.nix index decca1b..5496355 100644 --- a/modules/mac/programs/homebrew/nix-homebrew.nix +++ b/modules/mac/programs/homebrew/nix-homebrew.nix @@ -12,7 +12,7 @@ "homebrew/homebrew-cask" = homebrew-cask; "nerdsupremacist/homebrew-tap" = nerdsupremacist-homebrew-tap; "nikitabobko/homebrew-tap" = nikitabobko-homebrew-tap; - # "tuist/homebrew-tuist" = tuist-homebrew-tap; + "tuist/homebrew-tuist" = tuist-homebrew-tap; "koekeishiya/homebrew-formulae" = koekeishiya-homebrew-tap; "gromgit/homebrew-fuse" = gromgit-homebrew-fuse; }; diff --git a/modules/mac/programs/homebrew/packages/development.nix b/modules/mac/programs/homebrew/packages/development.nix index 01fee09..2bc7ee3 100644 --- a/modules/mac/programs/homebrew/packages/development.nix +++ b/modules/mac/programs/homebrew/packages/development.nix @@ -2,7 +2,7 @@ homebrew = { casks = [ "bruno" - # "tuist" + "tuist" "ghostty" "zed" "orbstack" |