{ perSystem = { pkgs, ... }: { treefmt = { programs.nixfmt.enable = true; programs.rustfmt.enable = true; }; }; }