···5566The `nvf-standalone` template demonstrates how to use Den for
77other configurations outside NixOS/nix-Darwin/HM. For demo
88-purposes this uses [NVF Standalone](https://nvf.notashelf.dev/#ch-standalone-installation) to confirue a runnable `.#my-neovim` app.
88+purposes this uses [NVF Standalone](https://nvf.notashelf.dev/#ch-standalone-installation) to configure a runnable `.#my-neovim` app.
991010## Initialize
1111···2121```
2222flake.nix # dependencies including NVF
2323modules/
2424- den.nix # uses Den to expose an standalone neovim app.
2424+ den.nix # uses Den to expose a standalone neovim app.
2525```
26262727Key points:
+1-1
docs/src/content/docs/tutorials/overview.md
···1717| [**default**](/tutorials/default/) | Recommended starting point | ✓ | ✓ | ✓ |
1818| [**example**](/tutorials/example/) | Feature showcase with namespaces | ✓ | ✓ | ✓ |
1919| [**noflake**](/tutorials/noflake/) | Stable Nix, no flakes | ✗ | ✗ | ✗ |
2020-| [**nvf-standalone**](/tutorials/nv-standalone/) | Den based NVF without NixOS | ✓ | ✗ | ✗ |
2020+| [**nvf-standalone**](/tutorials/nvf-standalone/) | Den based NVF without NixOS | ✓ | ✗ | ✗ |
2121| [**microvm**](/tutorials/microvm/) | MicroVM host and guests | ✓ | ✗ | ✗ |
2222| [**bogus**](/tutorials/bogus/) | Bug reproduction | ✓ | ✓ | ✓ |
2323| [**ci**](/tutorials/ci/) | Den's own test suite | ✓ | ✓ | ✓ |