{ config, pkgs, ... }: { # Graphics drivers hardware.bumblebee.enable = true; hardware.opengl = { driSupport32Bit = true; extraPackages = with pkgs; [ vaapiIntel vaapiVdpau libvdpau-va-gl ]; extraPackages32 = with pkgs.pkgsi686Linux; [ vaapiIntel libvdpau-va-gl vaapiVdpau ]; }; }