Add formatter for JSON documents
This commit is contained in:
parent
a423fd024e
commit
7a8a7f88dd
4 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
projectRootFile = "flake.nix";
|
projectRootFile = "flake.nix";
|
||||||
programs.alejandra.enable = true;
|
programs.alejandra.enable = true;
|
||||||
|
programs.jsonfmt.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue