From fe5e8202d69d9d57148709cd0945079d100708d9 Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Mon, 6 Nov 2023 15:49:43 -0700 Subject: config: pdfpc: use string-join Signed-off-by: Kenny Ballou --- kbg/services/config/pdfpc.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kbg') diff --git a/kbg/services/config/pdfpc.scm b/kbg/services/config/pdfpc.scm index 7ddf5c7d..a4ffeb30 100644 --- a/kbg/services/config/pdfpc.scm +++ b/kbg/services/config/pdfpc.scm @@ -9,4 +9,4 @@ (list (simple-service 'pdfpc-config home-files-service-type `((".config/pdfpc/pdfpcrc" - ,(mixed-text-file "pdfprc" "option pointer-color #268bd2\n")))))) + ,(mixed-text-file "pdfprc" (string-join (list "option pointer-color #268bd2") "\n"))))))) -- cgit v1.2.1