diff options
| author | Fuwn <[email protected]> | 2026-02-01 03:31:58 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-01 03:34:12 -0800 |
| commit | f540f1accc5d89a1d5c0ca4d7b269ba1d9407b09 (patch) | |
| tree | 2d8d13524ccf0e2a8beaa4b292d43f83020f3286 /modules | |
| parent | Nara(Homebrew): Add Hugging Face Hub CLI brew (diff) | |
| download | nixos-config-f540f1accc5d89a1d5c0ca4d7b269ba1d9407b09.tar.xz nixos-config-f540f1accc5d89a1d5c0ca4d7b269ba1d9407b09.zip | |
Nara: Move four development packages from home to modules
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mac/programs/homebrew/nix-homebrew.nix | 1 | ||||
| -rw-r--r-- | modules/mac/programs/homebrew/packages/development.nix | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/modules/mac/programs/homebrew/nix-homebrew.nix b/modules/mac/programs/homebrew/nix-homebrew.nix index 555c071..4ff247e 100644 --- a/modules/mac/programs/homebrew/nix-homebrew.nix +++ b/modules/mac/programs/homebrew/nix-homebrew.nix @@ -18,6 +18,7 @@ "acsandmann/homebrew-tap" = acsandmann-homebrew-tap; "hillyu/homebrew-tap" = hillyu-homebrew-tap; "humanlayer/homebrew-humanlayer" = humanlayer-homebrew-humanlayer; + "oven-sh/homebrew-bun" = oven-sh-homebrew-bun; }; }; } diff --git a/modules/mac/programs/homebrew/packages/development.nix b/modules/mac/programs/homebrew/packages/development.nix index 59e5be4..c339807 100644 --- a/modules/mac/programs/homebrew/packages/development.nix +++ b/modules/mac/programs/homebrew/packages/development.nix @@ -58,6 +58,10 @@ "uv" "go-task" "golangci-lint" + "neovim" + "bun" + "just" + "gleam" ]; }; } |