mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-03-10 02:36:00 +00:00
Compare commits
No commits in common. "3d3cd879783be1457edfb42a38f392071335edd1" and "20d8fca94dceaf943686598da7fba31b37100e50" have entirely different histories.
3d3cd87978
...
20d8fca94d
1 changed files with 4 additions and 1 deletions
|
|
@ -57,8 +57,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