1
0
Fork 0
nix-homemanager-laptop/treefmt.nix
2025-07-08 21:04:32 -05:00

16 lines
217 B
Nix

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