website/treefmt.nix

7 lines
117 B
Nix
Raw Normal View History

2025-06-21 02:30:42 -07:00
{ pkgs, ... }:
{
projectRootFile = "flake.nix";
programs.nixfmt.enable = true;
programs.taplo.enable = true;
}