sys-config/treefmt.nix
2024-12-29 23:12:17 +01:00

6 lines
80 B
Nix

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