mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
Making the 'via' video module available in the xserver upstart-job.
svn path=/nixos/trunk/; revision=13939
This commit is contained in:
parent
aff7fba098
commit
059ca080b1
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,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 a new issue