mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			229 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			229 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{
 | 
						|
  imports = [ ../. ];
 | 
						|
 | 
						|
  boot.kernelParams = [
 | 
						|
    "i915.enable_guc=2"
 | 
						|
    "i915.enable_fbc=1"
 | 
						|
    "i915.enable_psr=2"
 | 
						|
  ];
 | 
						|
 | 
						|
  hardware.intelgpu = {
 | 
						|
    computeRuntime = "legacy";
 | 
						|
    vaapiDriver = "intel-media-driver";
 | 
						|
  };
 | 
						|
}
 |