diff --git a/nixos/modules/services/x11/xserver.nix b/nixos/modules/services/x11/xserver.nix index 50482b3b54eb..37e004ae80a7 100644 --- a/nixos/modules/services/x11/xserver.nix +++ b/nixos/modules/services/x11/xserver.nix @@ -357,6 +357,13 @@ in description = '' The contents of the configuration file of the X server (xorg.conf). + + This option is set by multiple modules, and the configs are + concatenated together. + + In Xorg configs the last config entries take precedence, + so you may want to use lib.mkAfter on this option + to override NixOS's defaults. ''; };