Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Nov 17, 2023
1 parent c06e7a4 commit b6fa38d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,13 @@ task update apply
On macOS, you can also apply the _nix-darwin_ stuff:

```bash
task update apply apply_darwin
task update apply darwin
```

Or, on nixOS, you can also apply the _nixOS_ stuff:

```bash
task update apply nixos
```

# Clean up
Expand All @@ -82,5 +88,6 @@ nix-collect-garbage

# TODO

- [ ] update docs, split into darwin and nixos setup
- [ ] build nixos config as a flake, right now I'm just setting `-I nixos-config`
- [ ] yubikey

0 comments on commit b6fa38d

Please sign in to comment.