1 2 3 4 5 6 7
{ pkgs, ... }: { enable = true; settings = { open_cmd = "firefox %s -P typst-preview --class typst-preview"; }; }