Updated to use nixvim config

This commit is contained in:
Alejandro Angulo 2024-06-01 00:30:09 -07:00
parent 0354c66afb
commit a0ff12a4c6
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
4 changed files with 353 additions and 382 deletions

View file

@ -0,0 +1,3 @@
{nixvim, ...}: (final: prev: {
neovim = nixvim.packages.${prev.system}.default;
})