maomaowm/treefmt.nix

9 lines
93 B
Nix
Raw Normal View History

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