diff --git a/users/pedro/home-configuration/helix.nix b/users/pedro/home-configuration/helix.nix index 0565666..1847d2b 100644 --- a/users/pedro/home-configuration/helix.nix +++ b/users/pedro/home-configuration/helix.nix @@ -43,9 +43,11 @@ { name = "json"; formatter = { - command = "${pkgs.nodePackages.prettier}/bin/prettier"; + command = "${pkgs.deno}/bin/deno"; args = [ - "--parser" + "fmt" + "-" + "--ext" "json" ]; };