From f010c7f854f0d58114add77c1700e60dfbc48eff Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sun, 22 Jan 2023 13:40:14 +0100 Subject: [PATCH] modules/higlights: fix string concatenation --- modules/highlights.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/highlights.nix b/modules/highlights.nix index 161a8b69..281cb4fb 100644 --- a/modules/highlights.nix +++ b/modules/highlights.nix @@ -39,7 +39,7 @@ with lib; end end -- }} - '') ++ + '') + (optionalString (config.match != { }) '' -- Match groups {{ do