diff options
| author | Fuwn <[email protected]> | 2025-01-03 00:32:10 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-01-03 00:32:10 -0800 |
| commit | cf4946b0c122160d7a84d6c50fbc72d30fe854ef (patch) | |
| tree | a0f3bf6d489ab548280a08e245d52f195099ea3b /modules/mac/programs | |
| parent | nara: move some core modules to base (diff) | |
| download | nixos-config-cf4946b0c122160d7a84d6c50fbc72d30fe854ef.tar.xz nixos-config-cf4946b0c122160d7a84d6c50fbc72d30fe854ef.zip | |
nara: add tuist
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; }; }; } |