Releases: jacopone/nixos-config
Releases · jacopone/nixos-config
v1.0.0 - Initial Release
NixOS Configuration with Auto-Documenting AI Integration
This is the first tagged release of my NixOS configuration, built over 6 months.
The Core Feature
Every system rebuild automatically updates Claude Code's knowledge of installed tools:
./rebuild-nixos
# → Automatically generates CLAUDE.md with tool inventory
# → Claude Code reads this on every session
# → Zero drift between system state and AI knowledgeWhat's Included
- NixOS 25.11 with Flakes + Home Manager
- 122 curated tools - modern CLI stack (fd, eza, bat, rg, etc.)
- GNOME Desktop with Kitty terminal + Fish shell
- AI development tools - Claude Code, Cursor, Serena MCP, Aider
- Interactive rebuild script with safety checks and rollback
Documentation
- README.md - Complete setup guide
- docs/THE_CLOSED_LOOP.md - Technical deep-dive
- docs/guides/COMMON_TASKS.md - Quick reference
Try It Out
git clone https://github.com/jacopone/nixos-config.git ~/nixos-config
cd ~/nixos-config
# Follow setup instructions in README.mdRelated Projects
- claude-nixos-automation - The automation system that generates CLAUDE.md
Built with NixOS and Claude Code