maomaowm/treefmt.nix
Ruixi-rebirth 2bdd1abc33
feat: add flake support
fix: home-manager options
2025-02-24 20:12:34 +08:00

8 lines
93 B
Nix

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