nixvim-for-share/flake-modules/formatter.nix
2025-07-26 12:43:01 +00:00

10 lines
102 B
Nix

{
perSystem =
{
pkgs,
...
}:
{
formatter = pkgs.nixfmt-tree;
};
}