From 7919c721287a5918bba98a861b2d76e68905928a Mon Sep 17 00:00:00 2001 From: c2fc2f Date: Wed, 5 Nov 2025 14:55:48 +0100 Subject: [PATCH] fix(typst): remove typstfmt --- modules/plugins/languages/typst.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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;