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

docs: update home-manager config

dunkirk.sh e52611d5 924bc5f2

verified
+9 -2
+9 -2
README.md
··· 48 and then clone the repo 49 50 ```bash 51 - git clone git@github.com/taciturnaxolotl/dots 52 cd dots 53 ``` 54 55 and execute the machine profile 56 57 ```bash 58 - home-manager switch --flake .#kierank@nest 59 ``` 60 61 ### NixOS
··· 48 and then clone the repo 49 50 ```bash 51 + git clone git@github.com:taciturnaxolotl/dots.git 52 cd dots 53 ``` 54 55 and execute the machine profile 56 57 ```bash 58 + nix-shell -p home-manager 59 + home-manager switch --flake .#nest 60 + ``` 61 + 62 + setup atuin and import previous shell history 63 + ```bash 64 + atuin login 65 + atuin import 66 ``` 67 68 ### NixOS