Compare commits

..

No commits in common. "3d3cd879783be1457edfb42a38f392071335edd1" and "20d8fca94dceaf943686598da7fba31b37100e50" have entirely different histories.

View file

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