nixos/virtualbox-guest: Reference correct output of xorgserver

This commit is contained in:
Tuomas Tynkkynen 2015-10-18 13:18:13 +03:00 committed by Vladimír Čunát
parent e153b68fce
commit 55b0097c4c

View file

@ -66,7 +66,7 @@ in
services.xserver.displayManager.sessionCommands =
''
PATH=${makeSearchPath "bin" [ pkgs.gnugrep pkgs.which pkgs.xorg.xorgserver ]}:$PATH \
PATH=${makeSearchPath "bin" [ pkgs.gnugrep pkgs.which pkgs.xorg.xorgserver.out ]}:$PATH \
${kernel.virtualboxGuestAdditions}/bin/VBoxClient-all
'';