diff --git a/index.xhtml b/index.xhtml
index 247a86f47..4bbebbc28 100644
--- a/index.xhtml
+++ b/index.xhtml
@@ -161,7 +161,7 @@ NixOS option called home-manager
whose type is an a
maps user names to Home Manager configurations.
For example, a nix-darwin configuration may include the lines
users.users.eve = {
name = "eve";
home = "/Users/eve";
-}
+};
home-manager.users.eve = { pkgs, ... }: {
home.packages = [ pkgs.atool pkgs.httpie ];
programs.bash.enable = true;