modules/wrapper(rc): expose pluginRC

This commit is contained in:
diniamo 2024-07-18 12:55:20 +02:00
parent a2d50daa0c
commit 14449aecdb

View file

@ -137,10 +137,9 @@ in {
};
pluginRC = mkOption {
internal = true;
type = either (dagOf lines) str;
default = {};
description = "The internal DAG used to configure plugins";
description = "The DAG used to configure plugins. If a string is passed, entryAnywhere is automatically applied.";
};
luaConfigPre = mkOption {