services.xserver.xrandrHeads.*.monitorConfig

NixOS option

Extra lines to append to the Monitor section verbatim. Available options are documented in the MONITOR section in xorg.conf(5).

type: strings concatenated with "\n"
Default
""
Example
''
  DisplaySize 408 306
  Option "DPMS" "false"
''
declared in: nixos/modules/services/x11/xserver.nixView source on NixOS/nixpkgs →