diff --git a/public/images/teams/formatting.svg b/public/images/teams/formatting.svg
new file mode 100644
index 0000000000..746ceaff2b
--- /dev/null
+++ b/public/images/teams/formatting.svg
@@ -0,0 +1 @@
+
diff --git a/src/content/teams/12_formatting.mdx b/src/content/teams/12_formatting.mdx
new file mode 100644
index 0000000000..f9b197594b
--- /dev/null
+++ b/src/content/teams/12_formatting.mdx
@@ -0,0 +1,30 @@
+---
+name: Nix Formatting Team
+description: Maintains the official Nix formatter and standard format.
+members:
+- name: Silvan Mosberger
+ github: infinisil
+ title: Administrative leader, sponsored by Tweag and Antithesis
+- name: piegames
+ github: piegamesde
+ title: Main developer
+- name: Thomas Bereknyei
+ github: tomberek
+ title: Supporting developer, sponsored by Flox
+- name: "0x4A6F"
+ github: "0x4A6F"
+ title:
+- name: Sergey Gulin
+ github: Sereja313
+ title: Sponsored by Serokell
+- name: Janne Heß
+ github: dasJ
+ title:
+contact:
+- name: Team page
+ href: https://github.com/NixOS/nixfmt/tree/master/team
+---
+
+The Nix formatting team was established by [RFC 166](https://github.com/NixOS/rfcs/pull/166) and is in charge of:
+- Maintaining the [official Nix formatter](https://github.com/NixOS/nixfmt)
+- Applying the official Nix formatter to [Nixpkgs](https://github.com/nixos/nixpkgs/)
diff --git a/src/pages/community/teams/[...slug].astro b/src/pages/community/teams/[...slug].astro
index 059cdedbb4..59e800489c 100644
--- a/src/pages/community/teams/[...slug].astro
+++ b/src/pages/community/teams/[...slug].astro
@@ -35,6 +35,11 @@ const { Content } = await entry.render();
(@{member.discourse})
>
)}
+ {member.github && (
+ <>
+ (@{member.github})
+ >
+ )}
{member.title && (
<>
—