#NixOS #Nix #HomeManager
I have been sleeping on the nix package manager for too long. Nix shell is like Python's venv but for system packages, including Python packages! No more installing system packages for one off projects. Also direnv is really neat.
I might set up nixpkg, home manager, and direnv on my Kali box so when I need a specific package or Python version for a challenge I don't have to install it system-wide
New blog post: I've been managing my tmuxinator projects declaratively with a custom Home Manager module for over a year - and finally decided to contribute it upstream.
The post walks through the implementation and how `freeformType + pkgs.formats.yaml` make it surprisingly straightforward.
👉 https://britter.dev/blog/2026/03/23/home-manager-tmuxinator/