* Set $TZ in the X server job (mostly so that the kdm clock shows the

right time).

svn path=/nixos/trunk/; revision=22728
This commit is contained in:
Eelco Dolstra 2010-07-25 09:52:20 +00:00
parent 2e9851cec2
commit c52cbca24d

View file

@ -413,6 +413,7 @@ in
environment =
{ FONTCONFIG_FILE = "/etc/fonts/fonts.conf"; # !!! cleanup
XKB_BINDIR = "${xorg.xkbcomp}/bin"; # Needed for the Xkb extension.
TZ = config.time.timeZone;
} # !!! Depends on the driver selected at runtime.
// optionalAttrs (!elem "nvidia" driverNames) {
XORG_DRI_DRIVER_PATH = "${pkgs.mesa}/lib/dri";