diff --git a/config.nix b/config.nix index 0a01659..b2d7130 100644 --- a/config.nix +++ b/config.nix @@ -168,8 +168,8 @@ name = "nix"; auto-format = true; formatter = { - command = "${alejandra}/bin/alejandra"; - args = ["-qq"]; + command = "${nixfmt-rfc-style}/bin/nixfmt"; + args = ["-q"]; }; } {