mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-08 21:23:53 +00:00
Compare commits
No commits in common. "da5c91424e6d5028c7cfd171833ac7a71f98cbfc" and "e6b2d28159a61b258eb53b84dc114a2db93a022f" have entirely different histories.
da5c91424e
...
e6b2d28159
1 changed files with 4 additions and 1 deletions
|
|
@ -92,8 +92,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
defaultFormat = "typstyle";
|
||||
defaultFormat = "typstfmt";
|
||||
formats = {
|
||||
typstfmt = {
|
||||
package = pkgs.typstfmt;
|
||||
};
|
||||
# https://github.com/Enter-tainer/typstyle
|
||||
typstyle = {
|
||||
package = pkgs.typstyle;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue