fix(typst): remove typstfmt

This commit is contained in:
c2fc2f 2025-11-05 14:55:48 +01:00
commit 7919c72128
No known key found for this signature in database
GPG key ID: 938C455B432779F3

View file

@ -57,11 +57,8 @@
};
};
defaultFormat = "typstfmt";
defaultFormat = "typstyle";
formats = {
typstfmt = {
package = pkgs.typstfmt;
};
# https://github.com/Enter-tainer/typstyle
typstyle = {
package = pkgs.typstyle;