You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fully reproducible.
Use home-manager where appropriate, I can have a fully reproducible and portable home directory on any distro.
(Basically always default to using home-manager, unless it is a core system functionality.)
Try to avoid esoteric Nix configuration where it happens, so I can take configs to non-Nix machines.
Future: Also have chezmoi functionality?
I run a ZFS “Erase my Darlings” Setup
My nix config is setup in such a way that all system files except those in /nix
and /boot will be wiped every boot for a stateless machine that results in higher reproducibly. More info can be found here: https://grahamc.com/blog/erase-your-darlings
There are instructions as to how to replicate my install in the install directory.
Please do NOT simply clone these dotfiles and expect them to work on your machine. You’re more than welcome to copy bits and pieces but a clone and rebuild will not work unless you have a near identical ZFS setup as mine.