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

docs: update home-manager config

dunkirk.sh e52611d5 924bc5f2

verified
Changed files
+9 -2
+9 -2
README.md
···
and then clone the repo
```bash
-
git clone git@github.com/taciturnaxolotl/dots
cd dots
```
and execute the machine profile
```bash
-
home-manager switch --flake .#kierank@nest
```
### NixOS
···
and then clone the repo
```bash
+
git clone git@github.com:taciturnaxolotl/dots.git
cd dots
```
and execute the machine profile
```bash
+
nix-shell -p home-manager
+
home-manager switch --flake .#nest
+
```
+
+
setup atuin and import previous shell history
+
```bash
+
atuin login
+
atuin import
```
### NixOS