From ae7c5f8869efc1a6d668e80b2f03d344c472d3f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=A9tan=20Lepage?= <33058747+GaetanLepage@users.noreply.github.com> Date: Sun, 22 Jan 2023 13:41:24 +0100 Subject: [PATCH] modules/higlights: fix string concatenation (#136) --- 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