diff options
| author | Fuwn <[email protected]> | 2025-03-03 00:09:25 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-03-03 00:17:27 -0800 |
| commit | dce6d4c821bdd551c5d380282ae8c3191882d639 (patch) | |
| tree | 0d16a37d1f6eac58afe6a557e8c82badb891b4b9 /modules/mac/programs/homebrew/brews.nix | |
| parent | Nara: Add Mint brew (diff) | |
| download | nixos-config-dce6d4c821bdd551c5d380282ae8c3191882d639.tar.xz nixos-config-dce6d4c821bdd551c5d380282ae8c3191882d639.zip | |
Nara: Add new Homebrew packages
Diffstat (limited to 'modules/mac/programs/homebrew/brews.nix')
| -rw-r--r-- | modules/mac/programs/homebrew/brews.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/mac/programs/homebrew/brews.nix b/modules/mac/programs/homebrew/brews.nix index c2f3e51..3229fda 100644 --- a/modules/mac/programs/homebrew/brews.nix +++ b/modules/mac/programs/homebrew/brews.nix @@ -21,5 +21,7 @@ "zoxide" "fzf" "mint" + "socat" + "node@23" ]; } |