continued fix lndconnect to PDF

This commit is contained in:
2026-03-30 20:36:17 -05:00
parent d8ee571420
commit f6c09910fa

View File

@@ -43,7 +43,15 @@ in
Type = "oneshot"; 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 = { environment = {
TYPST_FONT_PATHS = "${fonts}/share/fonts"; TYPST_FONT_PATHS = "${fonts}/share/fonts";