diff --git a/modules/plugins/languages/typst.nix b/modules/plugins/languages/typst.nix index 32bce676..77f0e504 100644 --- a/modules/plugins/languages/typst.nix +++ b/modules/plugins/languages/typst.nix @@ -57,11 +57,8 @@ }; }; - defaultFormat = "typstfmt"; + defaultFormat = "typstyle"; formats = { - typstfmt = { - package = pkgs.typstfmt; - }; # https://github.com/Enter-tainer/typstyle typstyle = { package = pkgs.typstyle;