services.xserver.config

NixOS option

The contents of the configuration file of the X server (xorg.conf). This option is set by multiple modules, and the configs are concatenated together. In Xorg configs the last config entries take precedence, so you may want to use lib.mkAfter on this option to override NixOS’s defaults.

type: strings concatenated with "\n"declared in: nixos/modules/services/x11/xserver.nixView source on NixOS/nixpkgs →