mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-12-07 14:35:03 +00:00
40 lines
344 B
Nix
40 lines
344 B
Nix
{ pkgs }:
|
|
with pkgs;
|
|
[
|
|
# Base
|
|
gh
|
|
bfg-repo-cleaner
|
|
woff2
|
|
|
|
# Dev
|
|
devenv
|
|
nixpacks
|
|
posting
|
|
terraform
|
|
claude-code
|
|
opencode
|
|
|
|
# Editor
|
|
nvs
|
|
lua
|
|
luajitPackages.luarocks
|
|
ast-grep
|
|
|
|
# Language specific
|
|
nixfmt-rfc-style
|
|
fnm
|
|
bun
|
|
deno
|
|
zig
|
|
uv
|
|
ruff
|
|
tectonic
|
|
tex-fmt
|
|
rustup
|
|
shfmt
|
|
go
|
|
|
|
# Fonts
|
|
karla
|
|
]
|