Move neovim config to default location for 'core' update

This commit is contained in:
Nina Chlóe Kassandra Reiß
2026-06-18 20:24:34 +02:00
parent 65b352de4f
commit bb5a8555ae
+1 -1
View File
@@ -37,7 +37,7 @@ in
initLua = "require('nvim')";
};
xdg.configFile."nvim/lua/nvim" = {
xdg.configFile."nvim" = {
source = neovim_configuration;
};
}