diff options
| author | Fuwn <[email protected]> | 2025-03-06 21:16:31 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-03-06 21:16:31 -0800 |
| commit | 656f9396db010ed6a65de1f17f40f6447d19ebae (patch) | |
| tree | f52e15d6daf3fb752ab32c303da3120b5bdfc97c /modules/mac/programs | |
| parent | Nara: Add Visual Studio Code cask (diff) | |
| download | nixos-config-656f9396db010ed6a65de1f17f40f6447d19ebae.tar.xz nixos-config-656f9396db010ed6a65de1f17f40f6447d19ebae.zip | |
Nara: Add xcdiff brew
Diffstat (limited to 'modules/mac/programs')
| -rw-r--r-- | modules/mac/programs/homebrew/brews.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mac/programs/homebrew/brews.nix b/modules/mac/programs/homebrew/brews.nix index 3229fda..6caa1f3 100644 --- a/modules/mac/programs/homebrew/brews.nix +++ b/modules/mac/programs/homebrew/brews.nix @@ -23,5 +23,6 @@ "mint" "socat" "node@23" + "xcdiff" ]; } |