maomaowm/treefmt.nix
2025-02-25 01:35:41 +08:00

8 lines
93 B
Nix

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