mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	ASUS TUF FA507NV added.
This commit is contained in:
		
							
								
								
									
										21
									
								
								asus/fa507nv/default.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								asus/fa507nv/default.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,21 @@
 | 
			
		||||
{ lib, pkgs, ... }:
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
    imports = [
 | 
			
		||||
      ../../common/cpu/amd
 | 
			
		||||
      ../../common/cpu/amd/raphael/igpu.nix
 | 
			
		||||
      ../../common/cpu/amd/pstate.nix
 | 
			
		||||
      ../../common/gpu/nvidia
 | 
			
		||||
      ../../common/gpu/nvidia/prime-sync.nix
 | 
			
		||||
      ../../common/hidpi.nix
 | 
			
		||||
      ../../common/pc/laptop
 | 
			
		||||
      ../../common/pc/ssd
 | 
			
		||||
    ];
 | 
			
		||||
 | 
			
		||||
    boot.kernelPackages = pkgs.linuxPackages_latest;
 | 
			
		||||
 | 
			
		||||
    hardware.nvidia.prime = {
 | 
			
		||||
      amdgpuBusId = "PCI:54:0:0";
 | 
			
		||||
      nvidiaBusId = "PCI:1:0:0";
 | 
			
		||||
    };
 | 
			
		||||
  }
 | 
			
		||||
		Reference in New Issue
	
	Block a user