nix-config/modules/meta/formatting.nix

8 lines
91 B
Nix
Raw Normal View History

2025-07-09 02:12:31 +01:00
{
perSystem =
{ pkgs, ... }:
{
formatter = pkgs.nixfmt-rfc-style;
};
}