all repos — nixfiles @ 9f81cf18d0fac6db133a7df5d6c12c63ee6c25fa

System and user configuration, managed by nix and home-manager

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"
  ];
}