nixos/x11: remove unneccessary special cases

This commit is contained in:
Gabriel Ebner 2016-07-30 17:03:16 +02:00
parent 5c9309c231
commit 07fc65289a

View File

@ -14,9 +14,6 @@ let
# Map video driver names to driver packages. FIXME: move into card-specific modules.
knownVideoDrivers = {
virtualbox = { modules = [ kernelPackages.virtualboxGuestAdditions ]; driverName = "vboxvideo"; };
ati = { modules = with pkgs.xorg; [ xf86videoati ]; };
intel = { modules = with pkgs.xorg; [ xf86videointel ]; };
modesetting = { modules = []; };
};
fontsForXServer =