Merge pull request #56550 from Infinisil/doc/xrandr/monitorConfig

nixos/xserver: Point to man page for options available in monitorConfig
This commit is contained in:
Silvan Mosberger 2019-03-04 22:08:15 +01:00 committed by GitHub
commit f274fc8656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,9 @@ let
''; '';
description = '' description = ''
Extra lines to append to the <literal>Monitor</literal> section Extra lines to append to the <literal>Monitor</literal> section
verbatim. verbatim. Available options are documented in the MONITOR section in
<citerefentry><refentrytitle>xorg.conf</refentrytitle>
<manvolnum>5</manvolnum></citerefentry>.
''; '';
}; };
}; };
@ -633,7 +635,7 @@ in
environment.pathsToLink = [ "/share/X11" ]; environment.pathsToLink = [ "/share/X11" ];
xdg = { xdg = {
autostart.enable = true; autostart.enable = true;
menus.enable = true; menus.enable = true;
mime.enable = true; mime.enable = true;