summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-06-11 00:55:18 -0700
committerFuwn <[email protected]>2025-06-11 00:55:18 -0700
commit6ffa9096d6cb8f7daa534707b594246dbefdfc0f (patch)
tree38ce032f4b933d802acd090af204b5b52b775fb8 /modules
parentNara: Add CHIRP cask (diff)
downloadnixos-config-6ffa9096d6cb8f7daa534707b594246dbefdfc0f.tar.xz
nixos-config-6ffa9096d6cb8f7daa534707b594246dbefdfc0f.zip
Nara: Add Tuist
Diffstat (limited to 'modules')
-rw-r--r--modules/mac/programs/homebrew/nix-homebrew.nix2
-rw-r--r--modules/mac/programs/homebrew/packages/development.nix2
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"