Skip to content

Commit 17b8077

Browse files
committed
Fix: Use chromium-access-src to allow codium markdown-pdf renders
1 parent be30bf7 commit 17b8077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

home-manager/configs/home/programs-gui.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
"html.autoClosingTags" = true;
171171
"javascript.autoClosingTags" = true;
172172
"markdown-pdf.displayHeaderFooter" = false;
173-
"markdown-pdf.executablePath" = "/usr/local/bin/chromium";
173+
"markdown-pdf.executablePath" = "/usr/local/bin/chromium-access-src";
174174
"markdown-pdf.outputDirectory" = "output";
175175
"markdown-pdf.outputDirectoryRelativePathFile" = true;
176176
"markdown.extension.toc.orderedList" = true;

0 commit comments

Comments
 (0)