services.xorg.config: Extend docs

This commit is contained in:
Niklas Hambüchen
2021-06-17 04:08:21 +02:00
parent 1ffadaa858
commit 65d3180336
+7
View File
@@ -358,6 +358,13 @@ in
description = ''
The contents of the configuration file of the X server
(<filename>xorg.conf</filename>).
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 <literal>lib.mkAfter</literal> on this option
to override NixOS's defaults.
'';
};