Install nix
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
Enable flake:
mkdir -p ~/.config/nix; echo 'experimental-features = nix-command flakes' |tee -a ~/.config/nix/nix.conf
Bootstrap without checkout:
nix run --no-write-lock-file github:nix-community/home-manager/ -- --flake "github:schmir/nix/#cirrus-nox" switch