maomaowm/treefmt.nix
2025-02-28 17:50:07 +08:00

8 lines
93 B
Nix

{ ... }:
{
projectRootFile = "flake.nix";
programs = {
nixfmt.enable = true;
};
}