Make sure OpenGL is enabled on devices that need it

This commit is contained in:
Charlotte Van Petegem 2021-06-27 12:19:13 +02:00
parent 9cc2fce05b
commit 1601a2a499
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 3 additions and 0 deletions

View file

@ -62,6 +62,7 @@
hardware = {
cpu.intel.updateMicrocode = true;
enableRedistributableFirmware = true;
opengl.enable = true;
opengl.extraPackages = with pkgs; [
vaapiIntel
vaapiVdpau

View file

@ -56,6 +56,7 @@
hardware = {
cpu.intel.updateMicrocode = true;
enableRedistributableFirmware = true;
opengl.enable = true;
opengl.extraPackages = with pkgs; [
vaapiIntel
vaapiVdpau