mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	lenovo/p14s/intel: init with gen3
This commit is contained in:
		
				
					committed by
					
						
						mergify[bot]
					
				
			
			
				
	
			
			
			
						parent
						
							851a39248f
						
					
				
				
					commit
					59bcb4c4e1
				
			
							
								
								
									
										17
									
								
								lenovo/thinkpad/p14s/intel/gen3/default.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								lenovo/thinkpad/p14s/intel/gen3/default.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
{ lib, pkgs, ... }:
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../.
 | 
			
		||||
    ../../../../../common/gpu/nvidia/prime.nix
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  hardware = {
 | 
			
		||||
    intelgpu.driver = "xe";
 | 
			
		||||
 | 
			
		||||
    nvidia.prime = {
 | 
			
		||||
      intelBusId = "PCI:0:2:0";
 | 
			
		||||
      nvidiaBusId = "PCI:3:0:0";
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user