nixos/x11: remove unneccessary special cases
This commit is contained in:
parent
5c9309c231
commit
07fc65289a
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user