From 66a03f53f873685a3565d9019bb150174378dd35 Mon Sep 17 00:00:00 2001 From: Ching Pei Yang <59727193+horriblename@users.noreply.github.com> Date: Fri, 18 Oct 2024 10:48:50 +0200 Subject: [PATCH] formatting nitpick Co-authored-by: diniamo <55629891+diniamo@users.noreply.github.com> --- modules/wrapper/lazy/config.nix | 1 + 1 file changed, 1 insertion(+) 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 =