diff --git a/nixos/modules/services/x11/xserver.nix b/nixos/modules/services/x11/xserver.nix
index d84ab3ced6f2..c4d5b6a9cdec 100644
--- a/nixos/modules/services/x11/xserver.nix
+++ b/nixos/modules/services/x11/xserver.nix
@@ -61,7 +61,9 @@ let
'';
description = ''
Extra lines to append to the Monitor section
- verbatim.
+ verbatim. Available options are documented in the MONITOR section in
+ xorg.conf
+ 5.
'';
};
};
@@ -633,7 +635,7 @@ in
environment.pathsToLink = [ "/share/X11" ];
- xdg = {
+ xdg = {
autostart.enable = true;
menus.enable = true;
mime.enable = true;