diff options
| author | Fuwn <[email protected]> | 2025-01-03 23:49:50 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-01-03 23:49:50 -0800 |
| commit | 373d950ab448b956730b1666157bc099ce2b4a80 (patch) | |
| tree | f6e0a4097dee7f2869365cb1983162fe49e5e298 /modules | |
| parent | nara: configure fish (diff) | |
| download | nixos-config-373d950ab448b956730b1666157bc099ce2b4a80.tar.xz nixos-config-373d950ab448b956730b1666157bc099ce2b4a80.zip | |
nara: add ghostty
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mac/programs/homebrew/casks.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mac/programs/homebrew/casks.nix b/modules/mac/programs/homebrew/casks.nix index 0bf2fab..0d93afd 100644 --- a/modules/mac/programs/homebrew/casks.nix +++ b/modules/mac/programs/homebrew/casks.nix @@ -4,5 +4,6 @@ "iina" "aerospace" "tuist" + "ghostty" ]; } |