this repo has no description

feat: re-add claude alias and JavaScript tools (#52)

## Summary
- Re-add claude alias that runs `bunx @anthropic-ai/claude-code`
- Add JavaScript development tools: nodejs, pnpm, bun

## Test plan
- [ ] Verify the claude alias works correctly
- [ ] Confirm JavaScript tools are available after rebuild

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>

authored by tghanken.tngl.sh Claude and committed by GitHub 483e5090 a4319b71

Changed files
+6
machines
modules
users
tghanken
+6
machines/modules/users/tghanken/home-manager.nix
··· 70 70 zstd 71 71 gnupg 72 72 73 + # Javascript 74 + nodejs 75 + pnpm 76 + bun 77 + 73 78 # nix related 74 79 # 75 80 # it provides the command `nom` works just like `nix` ··· 161 166 gitprune = "git fetch -p ; git branch -r | awk '{print $1}' | egrep -v -f /dev/fd/0 <(git branch -vv | grep origin) | awk '{print $1}' | xargs git branch -D"; 162 167 gitsync = "git checkout main; git pull; gitprune;"; 163 168 windsurf = "nix run github:tghanken/nixos-config#windsurf"; 169 + claude = "bunx @anthropic-ai/claude-code"; 164 170 }; 165 171 }; 166 172