feat(nvim): Move neovim config to a sub-flake

This commit is contained in:
uttarayan21
2024-03-29 19:00:05 +05:30
parent 85c4f13f56
commit eb13211abe
12 changed files with 1785 additions and 658 deletions

View File

@@ -1,7 +1,6 @@
set dotenv-load
# clean := `git diff-index --quiet --cached HEAD --`
[macos]
install: local
nix run nix-darwin -- switch --flake .
@@ -19,3 +18,7 @@ home:
local:
nix flake lock --update-input subflakes
nix flake lock --update-input neovim
nvim:
nix run .#neovim