maomaowm/treefmt.nix
2025-02-25 22:05:29 +08:00

8 lines
93 B
Nix

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