1

Enable opengl on nixtop

This commit is contained in:
2023-07-06 17:26:01 +02:00
parent 35ec4b971f
commit 0cf886c5db

View File

@ -44,5 +44,16 @@
hardware = {
enableRedistributableFirmware = true;
cpu.intel.updateMicrocode = true;
opengl = {
enable = true;
driSupport = true;
extraPackages = with pkgs; [
intel-media-driver
vaapiIntel
vaapiVdpau
libvdpau-va-gl
];
};
};
}