# Impermanence Example ## Disk Partitioning ```txt sudo loadkeys nix-shell -p git nix flake new nixos --template git+https://git.krsnik.at/Kristian/impermanence-talk --experimental-features "nix-command flakes" cd nixos nix run .#install --experimental-features "nix-command flakes" cd .. mv nixos /persist cd /persist/nixos ```