{ inputs, ... }: { imports = with inputs; [ treefmt-nix.flakeModule ]; perSystem = { config, ... }: { formatter = config.treefmt.build.wrapper; treefmt = { projectRootFile = "flake.nix"; programs = { deadnix.enable = true; deadnix.no-lambda-pattern-names = true; statix.enable = true; nixpkgs-fmt.enable = true; }; }; }; }