summaryrefslogtreecommitdiff
path: root/common/home/programs/nixvim/plugins/typst-preview.nix
blob: 2973c624fba0fc4130cf5b377b8d2d8f92d92398 (plain)
1
2
3
4
5
6
7
{ pkgs, ... }:
{
	enable = true;
	settings = {
		open_cmd = "firefox %s --class typst-preview";
	};
}