services.xserver.serverFlagsSection

NixOS option

Contents of the ServerFlags section of the X server configuration file.

type: strings concatenated with "\n"
Default
""
Example
''
  Option "BlankTime" "0"
  Option "StandbyTime" "0"
  Option "SuspendTime" "0"
  Option "OffTime" "0"
''
declared in: nixos/modules/services/x11/xserver.nixView source on NixOS/nixpkgs →