From 14449aecdbf489103aea8d1342a2ef86f63fdab0 Mon Sep 17 00:00:00 2001 From: diniamo Date: Thu, 18 Jul 2024 12:55:20 +0200 Subject: [PATCH] modules/wrapper(rc): expose pluginRC --- modules/wrapper/rc/options.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 {