

NixOS. Started with Yellow Dog Linux in 1998.
I don’t do everything through nix’s derivation system.
Many of my configs are just an outOfStoreSymlink to my configs in the same dotfiles repos. I don’t need every change wrapped in a derivation. Neovim is probably the largest. A few node projects for automations I’m fine using pnpm to manage. Nix still places everything but I can tweek those configs and commit in the same repo without a full blown activation.




Nix user. The declaritive config IS the documentation and I enjoy no longer having to document how to setup my system as much. I don’t enjoy scripting or automating things, but I enjoy the benefits of only needing to do it once via Nix’s config system.
I enjoy engineering: an engineer will spend 3 hours figuring out how to do a 2 hour job in 1 hour.