continued fix lndconnect to PDF
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user