mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			302 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			302 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{ ... }:
 | 
						|
 | 
						|
{
 | 
						|
    imports = [
 | 
						|
      ../../common/cpu/amd
 | 
						|
      ../../common/gpu/nvidia/prime.nix
 | 
						|
      ../../common/gpu/nvidia/ampere
 | 
						|
      ../../common/pc/laptop
 | 
						|
      ../../common/pc/ssd
 | 
						|
    ];
 | 
						|
 | 
						|
    hardware.nvidia.prime = {
 | 
						|
      amdgpuBusId = "PCI:5:0:0";
 | 
						|
      nvidiaBusId = "PCI:1:0:0";
 | 
						|
    };
 | 
						|
  }
 |