summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-01-03 23:49:50 -0800
committerFuwn <[email protected]>2025-01-03 23:49:50 -0800
commit373d950ab448b956730b1666157bc099ce2b4a80 (patch)
treef6e0a4097dee7f2869365cb1983162fe49e5e298
parentnara: configure fish (diff)
downloadnixos-config-373d950ab448b956730b1666157bc099ce2b4a80.tar.xz
nixos-config-373d950ab448b956730b1666157bc099ce2b4a80.zip
nara: add ghostty
-rw-r--r--flake.lock6
-rw-r--r--modules/mac/programs/homebrew/casks.nix1
2 files changed, 4 insertions, 3 deletions
diff --git a/flake.lock b/flake.lock
index 8b203dd..8ae935a 100644
--- a/flake.lock
+++ b/flake.lock
@@ -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"
];
}