Adding a new xorg driver: unichrome
svn path=/nixos/trunk/; revision=18163
This commit is contained in:
parent
72f804c9b2
commit
fe1f084728
1 changed files with 1 additions and 0 deletions
|
@ -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 ]; };
|
||||
|
|
Loading…
Reference in a new issue