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 48 and then clone the repo 49 49 50 50 ```bash 51 - git clone git@github.com/taciturnaxolotl/dots 51 + git clone git@github.com:taciturnaxolotl/dots.git 52 52 cd dots 53 53 ``` 54 54 55 55 and execute the machine profile 56 56 57 57 ```bash 58 - home-manager switch --flake .#kierank@nest 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 59 66 ``` 60 67 61 68 ### NixOS