Add formatter for JSON documents

This commit is contained in:
Pim Kunis 2024-11-02 23:58:22 +01:00
parent a423fd024e
commit 7a8a7f88dd
4 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,5 @@
{...}: { {...}: {
projectRootFile = "flake.nix"; projectRootFile = "flake.nix";
programs.alejandra.enable = true; programs.alejandra.enable = true;
programs.jsonfmt.enable = true;
} }