diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-10-06 14:52:39 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-10-06 14:52:39 +0200 |
| commit | d1c95fdd445180ea9342a8ce326912e5c366042f (patch) | |
| tree | 45896e0c177a05a2d5118c1ed12f17fff56bc315 /common/home/programs/nixvim/plugins/typst-preview.nix | |
| parent | 126c42d734f4bff4583a8c7ae738908de6b680ad (diff) | |
nixvim: add typst-preview
Diffstat (limited to 'common/home/programs/nixvim/plugins/typst-preview.nix')
| -rw-r--r-- | common/home/programs/nixvim/plugins/typst-preview.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/common/home/programs/nixvim/plugins/typst-preview.nix b/common/home/programs/nixvim/plugins/typst-preview.nix new file mode 100644 index 0000000..7753cc0 --- /dev/null +++ b/common/home/programs/nixvim/plugins/typst-preview.nix @@ -0,0 +1,7 @@ +{ pkgs, ... }: +{ + enable = true; + settings = { + open_cmd = "firefox %s -P typst-preview --class typst-preview"; + }; +} |