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

docs: add note about helix

dunkirk.sh 1e490057 32e5a3b5

verified
Changed files
+12
+12
README.md
···
For macOS machines, you can use nix-darwin:
1. Install Nix using the determinate systems installer:
+
```bash
curl -fsSL https://install.determinate.systems/nix | sh -s -- install
```
2. Clone the repository:
+
```bash
git clone git@github.com:taciturnaxolotl/dots.git
cd dots
```
3. Apply the configuration:
+
```bash
darwin-rebuild switch --flake .#atalanta
```
···
```bash
atuin login
atuin sync
+
```
+
+
## some odd things
+
+
for helix if you want the grammar to work you must run the following as per [this helix discussion](https://github.com/helix-editor/helix/discussions/10035#discussioncomment-13852637)
+
+
```bash
+
hx -g fetch
+
hx -g build
```
## Screenshots