This is a space where I share what I’m working on. Expect to see stuff about Kubernetes, Devops, and Nix.
What I'm working on, April 2026
This is the first post in what I hope to be a regular series outlining things I’m working on that may be of interest newly released dotfiles https://github.com/voidlily/dotfiles Technically not a new release, but I don’t think I’ve ever broadly discussed how my dotfiles work and fit together. A long time ago this was handled by manually symlinking files in place and just “knowing” where files go, like ~/dotfiles/vimrc -> ~/.vimrc, or submodules like ~/dotfiles/emacs.d -> ~/.emacs.d (submodule for spacemacs). Over the past few years I started adopting nix and using home manager to manage the symlinks, and then expanded it to installing and configuring programs, and now my entire configuration is reproducible on a new machine such as a work laptop with just a few steps. ...