chore: separate nixos & home-manager configuration into own directories

This commit is contained in:
Khaïs COLIN 2024-07-28 10:15:03 +02:00
parent 39cd2bc920
commit 70131093c3
21 changed files with 0 additions and 0 deletions

View file

@ -1,17 +0,0 @@
# Nixvim template
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 .
```