···14145. Run disko with `nix --experimental-features "nix-command flakes" run github:nix-community/disko -- --mode disko /tmp/disk-config.nix`
15156. Mount disk with `mount | grep /mnt` and then `cd /mnt/etc/nixos`
16167. Clone this repo to your `/mnt/etc/nixos` folder with `git clone https://github.com/kcoderhtml/dots.git .`
1717-8. `nixos-install --flake .#moonlark`
1717+8. install the flake: `nixos-install --flake .#moonlark --no-root-passwd`
1818+9. Once it finishes run nix install and then reboot
1919+```bash
2020+nixos-install
2121+reboot
2222+```
2323+10. Pray to the nix gods that it works 🙏
2424+11. If it worked then you should be able to login with the user `kierank` and the password `lolzthisaintsecure!`
2525+12. Change the password with `passwd kierank`
18261927## Screenshots
2028···2836- [hyprland-community/hyprnix](https://github.com/hyprland-community/hyprnix)
2937- [spikespaz/dotfiles](https://github.com/spikespaz/dotfiles)
3038- [Misterio77/nix-starter-configs](https://github.com/Misterio77/nix-starter-configs)
3131-- [mccd.space install guide](https://mccd.space/posts/git-to-deploy/)3939+- [mccd.space install guide](https://mccd.space/posts/git-to-deploy/)
4040+- [disco docs](https://github.com/nix-community/disko/blob/master/docs/quickstart.md)
4141+- [XDG_CONFIG_HOME setting](https://github.com/NixOS/nixpkgs/issues/224525)
4242+- [Daru-san/spicetify-nix](https://github.com/Daru-san/spicetify-nix)