mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 01:07:14 +08:00 
			
		
		
		
	Add support for Omen en00015p laptop (#457)
This commit is contained in:
		
							
								
								
									
										15
									
								
								omen/en00015p/default.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								omen/en00015p/default.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
			
		||||
{ ... }:
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../../common/cpu/amd
 | 
			
		||||
    ../../common/gpu/nvidia.nix
 | 
			
		||||
    ../../common/pc/laptop
 | 
			
		||||
    ../../common/pc/ssd
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  hardware.nvidia.prime = {
 | 
			
		||||
    amdgpuBusId = "PCI:6:0:0";
 | 
			
		||||
    nvidiaBusId = "PCI:1:0:0";
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user