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