about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorSilvan Mosberger <infinisil@icloud.com>2019-03-04 22:08:15 +0100
committerGitHub <noreply@github.com>2019-03-04 22:08:15 +0100
commitf274fc865628b8a994615e8149631829b7107871 (patch)
tree97247eb4f42dc7bc90cfcc1c0203fefa535fb94f /nixos
parente56d2beeaefc2d6fe41e00a3e390d43167bfd447 (diff)
parent94411a4c08764d16e6a59eb31fc4de625cd41a56 (diff)
downloadnixlib-f274fc865628b8a994615e8149631829b7107871.tar
nixlib-f274fc865628b8a994615e8149631829b7107871.tar.gz
nixlib-f274fc865628b8a994615e8149631829b7107871.tar.bz2
nixlib-f274fc865628b8a994615e8149631829b7107871.tar.lz
nixlib-f274fc865628b8a994615e8149631829b7107871.tar.xz
nixlib-f274fc865628b8a994615e8149631829b7107871.tar.zst
nixlib-f274fc865628b8a994615e8149631829b7107871.zip
Merge pull request #56550 from Infinisil/doc/xrandr/monitorConfig
nixos/xserver: Point to man page for options available in monitorConfig
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/x11/xserver.nix6
1 files changed, 4 insertions, 2 deletions
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 <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" ];
 
-    xdg = { 
+    xdg = {
       autostart.enable = true;
       menus.enable = true;
       mime.enable = true;