mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
VirtualBox Xorg driver needs xrefresh, so added it to the environment when using the virtualbox driver
svn path=/nixos/trunk/; revision=18322
This commit is contained in:
parent
4bc162df4c
commit
4af37a0994
@ -355,7 +355,8 @@ in
|
||||
xorg.xprop
|
||||
]
|
||||
++ optional (elem "nvidia" driverNames) kernelPackages.nvidia_x11
|
||||
++ optional (elem "nvidiaLegacy" driverNames) kernelPackages.nvidia_x11_legacy;
|
||||
++ optional (elem "nvidiaLegacy" driverNames) kernelPackages.nvidia_x11_legacy
|
||||
++ optional (elem "virtualbox" driverNames) xorg.xrefresh;
|
||||
|
||||
environment.systemPackages = config.environment.x11Packages;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user