diff --git a/modules/programs/firefox.nix b/modules/programs/firefox.nix
index 2b1a4ade..eafeef47 100644
--- a/modules/programs/firefox.nix
+++ b/modules/programs/firefox.nix
@@ -225,9 +225,10 @@ in
type = types.bool;
default = false;
description = ''
- Whether to enable the GNOME Shell native host connector.
- You need set NixOS's `services.gnome3.chrome-gnome-shell.enable`
- to true.
+ Whether to enable the GNOME Shell native host connector. Note, you
+ also need to set the NixOS option
+ services.gnome3.chrome-gnome-shell.enable to
+ true.
'';
};
};