mirror of
https://github.com/Superredstone/nixvim.git
synced 2026-03-07 20:18:07 +01:00
feat: first commit
This commit is contained in:
20
README.md
Normal file
20
README.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# My nixvim configuration
|
||||
|
||||
## How to run
|
||||
```bash
|
||||
nix run github:Superredstone/nixvim
|
||||
```
|
||||
|
||||
## How to add to your configuration
|
||||
```nix
|
||||
inputs.nixvim.url = "github:Superredstone/nixvim"
|
||||
```
|
||||
|
||||
```nix
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
inputs.nixvim.packages.${system}.default
|
||||
];
|
||||
};
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user