{ config, pkgs, ... }: { hardware.opengl.extraPackages = with pkgs; [ vaapiIntel vaapiVdpau libvdpau-va-gl ]; boot.earlyVconsoleSetup = true; boot.initrd.kernelModules = [ "i915" ]; }