working NixVim!

This commit is contained in:
vali 2024-05-22 14:04:58 +02:00
commit 9d1dfa44d7
42 changed files with 774 additions and 454 deletions

View file

@ -1,19 +1,22 @@
{
programs.nixvim = {
plugins.alpha = let
nixFlake = [
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
" git@github.com:elythh "
""
""
""
""
""
""
""
""
""
""
""
""
""
""
""
];
in {
enable = true;
@ -86,4 +89,5 @@
}
];
};
};
}