diff --git a/nixos/doc/manual/configuration/declarative-packages.xml b/nixos/doc/manual/configuration/declarative-packages.xml
index be9884fe9dc..c9acbefea60 100644
--- a/nixos/doc/manual/configuration/declarative-packages.xml
+++ b/nixos/doc/manual/configuration/declarative-packages.xml
@@ -27,8 +27,13 @@ nixos.firefox firefox-23.0 Mozilla Firefox - the browser, reloaded
...
The first column in the output is the attribute name,
- such as nixos.thunderbird. (The nixos
- prefix allows distinguishing between different channels that you might have.)
+ such as nixos.thunderbird.
+
+
+ Note: the nixos prefix tells us that we want to get the
+ package from the nixos channel and works only in CLI tools.
+
+ In declarative configuration use pkgs prefix (variable).