diff --git a/modules/plugins/languages/typst.nix b/modules/plugins/languages/typst.nix index 0a029a5c..1cb4ed66 100644 --- a/modules/plugins/languages/typst.nix +++ b/modules/plugins/languages/typst.nix @@ -92,8 +92,11 @@ }; }; - defaultFormat = "typstyle"; + defaultFormat = "typstfmt"; formats = { + typstfmt = { + package = pkgs.typstfmt; + }; # https://github.com/Enter-tainer/typstyle typstyle = { package = pkgs.typstyle;