Home ManagerSoftware
liked
I like this split because it keeps system concerns and user concerns from getting mixed together.
Same post, on why he uses Home Manager to configure his user environment separately from system-level Nix/nix-darwin config.
blog.kunchenguid.com ↗·2026-04-05
Pi (coding agent harness)Software earendil-works
uses
I use Pi heavily for any model that’s not Claude, because Anthropic banned 3rd party harnesses from using their subscription quota. There are some workarounds, but none is perfect - so for Claude I’m stuck with Claude Code. For any other LLM, I pretty much only use Pi at this point, barring some exceptions. I pick Pi because it’s provider-neutral, minimal, and deeply customizable.
Post 'Kun's Pi Agent Config' sharing his personal setup for the Pi coding-agent harness.
blog.kunchenguid.com ↗·2026-08-01
pi-web-accessSoftware
uses
pi-web-access is a no-brainer because the stock Pi is so minimal that it doesn’t even have the ability to search and browse web content.
Same post, explaining the third-party Pi extensions he installs.
blog.kunchenguid.com ↗·2026-08-01
NixSoftware
uses
Nix is a package manager and configuration system. The reason people like it is that it lets you describe an environment declaratively. Instead of manually installing packages and hoping you remember what you did six months later, you define the environment in code. For me, the value is simple: I want my machine setup written down in a form I can version, reapply, and evolve.
Post 'How I Built a Reproducible Mac Setup with Nix' explaining his declarative Mac setup stack.
blog.kunchenguid.com ↗·2026-04-05