mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	add lenovo legion 5 15ARH05H
This commit is contained in:
		@@ -107,6 +107,7 @@ See code for all available configurations.
 | 
			
		||||
| [HP Elitebook 2560p](hp/elitebook/2560p)                            | `<nixos-hardware/hp/elitebook/2560p>`              |
 | 
			
		||||
| [Intel NUC 8i7BEH](intel/nuc/8i7beh/)                               | `<nixos-hardware/intel/nuc/8i7beh>`                |
 | 
			
		||||
| [Lenovo IdeaPad Z510](lenovo/ideapad/z510)                          | `<nixos-hardware/lenovo/ideapad/z510>`             |
 | 
			
		||||
| [Lenovo Legion 5 15arh05h](lenovo/legion/15arh05h)                  | `<nixos-hardware/lenovo/legion/15arh05h>`          |
 | 
			
		||||
| [Lenovo ThinkPad E14 (AMD)](lenovo/thinkpad/e14/amd)                | `<nixos-hardware/lenovo/thinkpad/e14/amd>`         |
 | 
			
		||||
| [Lenovo ThinkPad E14 (Intel)](lenovo/thinkpad/e14/intel)            | `<nixos-hardware/lenovo/thinkpad/e14/intel>`       |
 | 
			
		||||
| [Lenovo ThinkPad E470](lenovo/thinkpad/e470)                        | `<nixos-hardware/lenovo/thinkpad/e470>`            |
 | 
			
		||||
 
 | 
			
		||||
@@ -45,6 +45,7 @@
 | 
			
		||||
      hp-elitebook-2560p = import ./hp/elitebook/2560p;
 | 
			
		||||
      intel-nuc-8i7beh = import ./intel/nuc/8i7beh;
 | 
			
		||||
      lenovo-ideapad-z510 = import ./lenovo/ideapad/z510;
 | 
			
		||||
      lenovo-legion-15arh05h = import ./lenovo/legion/15arh05h;
 | 
			
		||||
      lenovo-thinkpad = import ./lenovo/thinkpad;
 | 
			
		||||
      lenovo-thinkpad-e14-amd = import ./lenovo/thinkpad/e14/amd;
 | 
			
		||||
      lenovo-thinkpad-e14-intel = import ./lenovo/thinkpad/e14/intel;
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										20
									
								
								lenovo/legion/15arh05h/default.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								lenovo/legion/15arh05h/default.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,20 @@
 | 
			
		||||
{ lib, pkgs, ... }:
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../../../common/cpu/amd
 | 
			
		||||
    ../../../common/gpu/nvidia.nix
 | 
			
		||||
    ../../../common/pc/laptop
 | 
			
		||||
    ../../../common/pc/laptop/ssd
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  # Specify bus id of Nvidia and Intel graphics.
 | 
			
		||||
  hardware.nvidia.prime = {
 | 
			
		||||
    amdgpuBusId = "PCI:6:0:0";
 | 
			
		||||
    nvidiaBusId = "PCI:1:0:0";
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  # Cooling management
 | 
			
		||||
  services.thermald.enable = lib.mkDefault true;
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user