nixos/virtualbox-guest: Reference correct output of xorgserver
This commit is contained in:
parent
e153b68fce
commit
55b0097c4c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue