treewide: remove the theme section from the DAG order dependance

This commit is contained in:
diniamo 2024-08-31 16:41:53 +02:00
commit ed9691f35d
3 changed files with 5 additions and 5 deletions

View file

@ -133,8 +133,8 @@ in {
vim = {
luaConfigRC = {
globalsScript = entryAnywhere (concatLines globalsScript);
# basic, theme
pluginConfigs = entryAfter ["theme"] pluginConfigs;
# basic
pluginConfigs = entryAfter ["basic"] pluginConfigs;
extraPluginConfigs = entryAfter ["pluginConfigs"] extraPluginConfigs;
mappings = entryAfter ["extraPluginConfigs"] mappings;
};