diff --git a/modules/wrapper/rc/options.nix b/modules/wrapper/rc/options.nix index 14c7e8a..6efc087 100644 --- a/modules/wrapper/rc/options.nix +++ b/modules/wrapper/rc/options.nix @@ -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 {