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 | |
| 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')
| -rw-r--r-- | modules/mac/programs/homebrew/brews.nix | 2 | ||||
| -rw-r--r-- | modules/mac/programs/homebrew/casks.nix | 5 |
2 files changed, 7 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" ]; } diff --git a/modules/mac/programs/homebrew/casks.nix b/modules/mac/programs/homebrew/casks.nix index c0ee29e..ae77b79 100644 --- a/modules/mac/programs/homebrew/casks.nix +++ b/modules/mac/programs/homebrew/casks.nix @@ -89,5 +89,10 @@ "sf-symbols" "cork" "google-drive" + "wakatime" + "linear-linear" + "sublime-text" + "serial" + "nvidia-geforce-now" ]; } |