Files
nix-config/home-manager/nixvim/typst-preview.nix
2025-06-08 16:32:09 +02:00

6 lines
56 B
Nix

{
plugins.typst-preview = {
enable = true;
};
}