diff --git a/modules/wrapper/lazy/config.nix b/modules/wrapper/lazy/config.nix index 100ee375..30f9626c 100644 --- a/modules/wrapper/lazy/config.nix +++ b/modules/wrapper/lazy/config.nix @@ -86,6 +86,7 @@ in { require('lz.n').load(${toLuaObject lznSpecs}) ''; }) + (mkIf (!cfg.enable) { startPlugins = mapAttrsToList (_: plugin: plugin.package) cfg.plugins; luaConfigPre =