I asked Claude to write me a script that generates a fun "NixOS Wrapped" output based on the configuration repos I have.
- Dotfiles: Public NixOS, Home-Manager, and Nix-Darwin configuration
- Infra: Private config for personal services
I had Claude make it easier to change where your special repos are. Mine are in ~/src/dotfiles and ~/src/infra, but I've update the script for more common locations like /etc/nixos/.
Note: For counting generations it only works on the local machine it's run, but I've provided a commented out "ssh" version too.