summaryrefslogtreecommitdiff
path: root/modules/treefmt.nix
blob: 5d0b979cfa39b9f7c133cda42b4cc73452386ff1 (plain)
1
2
3
4
5
6
7
{ ... }:
{
  # Used to find the project root
  projectRootFile = "flake.nix";
  programs.nixfmt.enable = true;
  programs.deadnix.enable = true;
}