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