Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guettafa/nixvim-flake
nixvim configuration
https://github.com/guettafa/nixvim-flake
Last synced: about 1 month ago
JSON representation
nixvim configuration
- Host: GitHub
- URL: https://github.com/guettafa/nixvim-flake
- Owner: guettafa
- Created: 2024-11-21T06:20:15.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-21T06:42:55.000Z (about 1 month ago)
- Last Synced: 2024-11-21T07:24:14.851Z (about 1 month ago)
- Language: Nix
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nixvim Flake Repository
## To run
```
nix run .
```## To run from github repo
```
nix run github:guettafa/nixvim-flake
```## To build
```
nix build . && ./result/bin/nvim
```