Kieran's opinionated (and probably slightly dumb) nix config

docs: Update README.md with installation instructions and credits

Changed files
+8 -2
+8 -2
README.md
···
## Installation
-
I have absolutely no idea
## Screenshots
···
- [NixOS/nixos-hardware](https://github.com/NixOS/nixos-hardware)
- [hyprland-community/hyprnix](https://github.com/hyprland-community/hyprnix)
- [spikespaz/dotfiles](https://github.com/spikespaz/dotfiles)
-
- [Misterio77/nix-starter-configs](https://github.com/Misterio77/nix-starter-configs)
···
## Installation
+
~~I have absolutely no idea~~ I kinda understand now?
+
+
1. Install NixOS via the [official guide](https://nixos.org/download.html)
+
2. Enable git with `sed -i 's/^{$/{\n programs.git.enable = true;/' /etc/nixos/configuration.nix` and then run `nixos-rebuild switch`
+
3. Clone this repo to your `/mnt/etc/nixos` folder with `git clone https://github.com/kcoderhtml/dots.git .`
+
4. `nixos-install --flake .#moonlark`
## Screenshots
···
- [NixOS/nixos-hardware](https://github.com/NixOS/nixos-hardware)
- [hyprland-community/hyprnix](https://github.com/hyprland-community/hyprnix)
- [spikespaz/dotfiles](https://github.com/spikespaz/dotfiles)
+
- [Misterio77/nix-starter-configs](https://github.com/Misterio77/nix-starter-configs)
+
- [mccd.space install guide](https://mccd.space/posts/git-to-deploy/)