system/settings/hardware/intel-gpu.nix (view raw)
1 2 3 4 5 6 7 8 9
{ config, pkgs, ... }: { boot.kernelParams = [ "i915.enable_guc=2" "i915.fastboot=1" ]; }