mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	Add files for Asus TUF A15 (FA507RM)
This commit is contained in:
		
				
					committed by
					
						
						mergify[bot]
					
				
			
			
				
	
			
			
			
						parent
						
							3610be0dca
						
					
				
				
					commit
					27cca741bf
				
			
							
								
								
									
										15
									
								
								asus/fa507rm/default.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								asus/fa507rm/default.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
			
		||||
{ ... }:
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
    imports = [
 | 
			
		||||
      ../../common/cpu/amd
 | 
			
		||||
      ../../common/gpu/nvidia/prime.nix
 | 
			
		||||
      ../../common/pc/laptop
 | 
			
		||||
      ../../common/pc/ssd
 | 
			
		||||
    ];
 | 
			
		||||
 | 
			
		||||
    hardware.nvidia.prime = {
 | 
			
		||||
      amdgpuBusId = "PCI:5:0:0";
 | 
			
		||||
      nvidiaBusId = "PCI:1:0:0";
 | 
			
		||||
    };
 | 
			
		||||
  }
 | 
			
		||||
		Reference in New Issue
	
	Block a user