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