mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
Making the 'via' video module available in the xserver upstart-job.
svn path=/nixos/branches/fix-style/; revision=14176
This commit is contained in:
parent
ad36ce1f5b
commit
840dac3fec
@ -297,6 +297,7 @@ let
|
||||
intel = { modules = [xorg.xf86videointel]; };
|
||||
nv = { modules = [xorg.xf86videonv]; };
|
||||
ati = { modules = [xorg.xf86videoati]; };
|
||||
via = { modules = [xorg.xf86videovia]; };
|
||||
};
|
||||
|
||||
# Get a bunch of user settings.
|
||||
|
Loading…
Reference in New Issue
Block a user