https://github.com/edouardparis/nixvim-flake
new neovim configuration flake using the nix-community/nixvim flake
https://github.com/edouardparis/nixvim-flake
Last synced: 3 months ago
JSON representation
new neovim configuration flake using the nix-community/nixvim flake
- Host: GitHub
- URL: https://github.com/edouardparis/nixvim-flake
- Owner: edouardparis
- Created: 2024-02-11T17:54:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-14T09:50:11.000Z (about 1 year ago)
- Last Synced: 2024-03-14T10:55:33.497Z (about 1 year ago)
- Language: Nix
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nixvim-flake
New neovim configuration flake using the nix-community/nixvim flake
Try with:
```
nix run github:edouardparis/nixvim-flake
```Install in `configuration.nix`:
```nix
inputs.nixvim.url = "github:edouardparis/nixvim-flake"
``````nix
environment.systemPackages = with pkgs; [
inputs.nixvim.packages."x86_64-linux".default
];
```