From a38d531bf4d02974d9e3088146cbaf896f2fcb00 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Mon, 17 Oct 2022 10:21:37 +0100 Subject: [PATCH] set colorscheme before setting globals (#46) --- modules/output.nix | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/modules/output.nix b/modules/output.nix index 21e45657..2f2fc297 100644 --- a/modules/output.nix +++ b/modules/output.nix @@ -75,13 +75,18 @@ in config = let - customRC = config.extraConfigVim + (optionalString (config.extraConfigLua != "" || config.extraConfigLuaPre != "" || config.extraConfigLuaPost != "") '' - lua <