Introduce neovim configuration through nested imports

This commit is contained in:
Nina Chlóe Kassandra Reiß
2026-06-02 21:58:11 +02:00
parent 86cf0e8d41
commit 563a68366c

View File

@@ -34,9 +34,10 @@ in
withPython3 = true;
withRuby = true;
waylandSupport = true;
initLua = "require('nvim')";
};
xdg.configFile."nvim/nvim" = {
xdg.configFile."nvim/lua/nvim" = {
source = neovim_configuration;
};
}