# Formatter configuration for flake-parts { ... }: { perSystem = { pkgs, ... }: { formatter = pkgs.nixfmt-rfc-style; }; }