{ config, pkgs, ... }: { # https://wiki.gentoo.org/wiki/Intel#Feature_support services.xserver = { useGlamor = true; deviceSection = '' Option "DRI" "3" ''; videoDrivers = ["intel"]; }; boot.kernelParams = [ "i915.enable_guc=2" "i915.fastboot=1" ]; }