first commit

This commit is contained in:
2025-04-26 18:54:32 +02:00
parent bbb0178c53
commit 0c6575f52e
5 changed files with 327 additions and 2 deletions
+16 -2
View File
@@ -1,3 +1,17 @@
# nixvim
# Nixvim template
nixvim
This template gives you a good starting point for configuring nixvim standalone.
## Configuring
To start configuring, just add or modify the nix files in `./config`.
If you add a new configuration file, remember to add it to the
[`config/default.nix`](./config/default.nix) file
## Testing your new configuration
To test your configuration simply run the following command
```
nix run .
```