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 | |
| parent | nara: configure fish (diff) | |
| download | nixos-config-373d950ab448b956730b1666157bc099ce2b4a80.tar.xz nixos-config-373d950ab448b956730b1666157bc099ce2b4a80.zip | |
nara: add ghostty
| -rw-r--r-- | flake.lock | 6 | ||||
| -rw-r--r-- | modules/mac/programs/homebrew/casks.nix | 1 |
2 files changed, 4 insertions, 3 deletions
@@ -709,11 +709,11 @@ "homebrew-cask": { "flake": false, "locked": { - "lastModified": 1733957808, - "narHash": "sha256-2q/hN4o8NyUzczoVEdnYJiHjXWnT/YdaanKAq00qPpY=", + "lastModified": 1735975064, + "narHash": "sha256-jB9xO+v4CLgjOFQhP7RD1XiBiOxMStd5Xyze9EegMww=", "owner": "homebrew", "repo": "homebrew-cask", - "rev": "10d7eea90ab8f3f9f115389807faca57a0f29c10", + "rev": "152ca6a93e7626fa06f8c785f77b24d20470e33d", "type": "github" }, "original": { 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" ]; } |