Adding a new xorg driver: unichrome

svn path=/nixos/trunk/; revision=18163
This commit is contained in:
Lluís Batlle i Rossell 2009-11-05 21:35:36 +00:00
parent 72f804c9b2
commit fe1f084728

View file

@ -23,6 +23,7 @@ let
nv = { modules = [ xorg.xf86videonv ]; };
ati = { modules = [ xorg.xf86videoati ]; };
openchrome = { modules = [ xorg.xf86videoopenchrome ]; };
unichrome = { modules = [ pkgs.xorgVideoUnichrome ]; };
cirrus = { modules = [ xorg.xf86videocirrus ]; };
vmware = { modules = [ xorg.xf86videovmware ]; };
virtualbox = { modules = [ kernelPackages.virtualboxGuestAdditions ]; };