nix-config/modules2/meta/formatting.nix
2025-08-05 00:12:56 +01:00

7 lines
91 B
Nix

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