intel-driver
This commit is contained in:
parent
7dc46cc523
commit
e1ea09e1a6
@ -17,12 +17,11 @@ in
|
||||
hardware = {
|
||||
opengl = {
|
||||
enable = true;
|
||||
extraPackages = [
|
||||
pkgs.mesa.drivers
|
||||
pkgs.libvdpau-va-gl
|
||||
pkgs.vaapiVdpau
|
||||
intel-driver
|
||||
];
|
||||
extraPackages = with pkgs; [
|
||||
mesa.drivers
|
||||
libvdpau-va-gl
|
||||
vaapiVdpau
|
||||
] ++ [ intel-driver ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user