From f6c09910faa8d5638c38df9d139b2f0fbf5b2558 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Mon, 30 Mar 2026 20:36:17 -0500 Subject: [PATCH] continued fix lndconnect to PDF --- modules/credentials-pdf.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/modules/credentials-pdf.nix b/modules/credentials-pdf.nix index 306639e..f4627d7 100644 --- a/modules/credentials-pdf.nix +++ b/modules/credentials-pdf.nix @@ -43,7 +43,15 @@ in Type = "oneshot"; }; - path = [ pkgs.pandoc pkgs.typst pkgs.coreutils pkgs.qrencode fonts ]; + path = [ + pkgs.pandoc + pkgs.typst + pkgs.coreutils + pkgs.qrencode + pkgs.gnugrep + fonts + "/run/current-system/sw" + ]; environment = { TYPST_FONT_PATHS = "${fonts}/share/fonts";