nixvim-config/README.md
2025-02-13 10:35:17 -08:00

15 lines
215 B
Markdown

# nixvim-config
## Installation
Add the following to the `inputs` section of your flake.nix:
```nix
nixvim-config.url = "github:homefree/nixvim-config";
```
And add the following module:
```nix
@TODO
```