* 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:
parent
2e9851cec2
commit
c52cbca24d
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user