/dev/nil is an attempt at creating as reproducible a development experience for myself as possible.
Dockerfiledefines anixos/nixderived container image that doesn't doo much beyond installinghome-managerand copying over the configuration files.home.nixdefines the nix environment that will be managed in the container. This includes all system packages and even all vim/neovim packages.- Everything else is configuration that gets sym-linked into the appropriate locations.