MyNixOS website logo
option

services.xserver.displayManager.xserverArgs

List of arguments for the X server.

Declarations
Type
list of string
Default
[ ]
Example
[
  "-ac"
  "-logverbose"
  "-verbose"
  "-nolisten tcp"
]