fixed NVF setup

This commit is contained in:
Elias Gasparis 2025-01-27 16:18:02 +08:00
parent 1dd6d447cc
commit c51bc454bc

View file

@ -3,6 +3,7 @@
{ {
# neovim setup with NVF # neovim setup with NVF
# https://github.com/NotAShelf/nvf # https://github.com/NotAShelf/nvf
programs.nvf = {
vim = { vim = {
theme = { theme = {
enable = true; enable = true;
@ -22,5 +23,6 @@
rust.enable = true; rust.enable = true;
}; };
}; };
};
} }