diff --git a/system/nixtop/hardware-configuration.nix b/system/nixtop/hardware-configuration.nix index 84d301a0..4bef3333 100644 --- a/system/nixtop/hardware-configuration.nix +++ b/system/nixtop/hardware-configuration.nix @@ -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 + ]; + }; }; }