mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	Merge #647
647: Add Lenovo Thinkpad X1 Nano Gen1 r=Mic92 a=brsvh Co-authored-by: Burgess Chang <bsc@brsvh.org>
This commit is contained in:
		@@ -190,6 +190,7 @@ See code for all available configurations.
 | 
			
		||||
| [Lenovo ThinkPad X1 (10th Gen)](lenovo/thinkpad/x1/10th-gen)        | `<nixos-hardware/lenovo/thinkpad/x1/10th-gen>`     |
 | 
			
		||||
| [Lenovo ThinkPad X1 Extreme Gen 2](lenovo/thinkpad/x1-extreme/gen2) | `<nixos-hardware/lenovo/thinkpad/x1-extreme/gen2>` |
 | 
			
		||||
| [Lenovo ThinkPad X1 Extreme Gen 4](lenovo/thinkpad/x1-extreme/gen4) | `<nixos-hardware/lenovo/thinkpad/x1-extreme/gen4>` |
 | 
			
		||||
| [Lenovo ThinkPad X1 Nano Gen 1](lenovo/thinkpad/x1-nano/gen1)       | `<nixos-hardware/lenovo/thinkpad/x1-nano/gen1>`    |
 | 
			
		||||
| [Lenovo ThinkPad X13 Yoga](lenovo/thinkpad/x13/yoga)                | `<nixos-hardware/lenovo/thinkpad/x13/yoga>`        |
 | 
			
		||||
| [Lenovo ThinkPad X13](lenovo/thinkpad/x13)                          | `<nixos-hardware/lenovo/thinkpad/x13>`             |
 | 
			
		||||
| [Lenovo ThinkPad X140e](lenovo/thinkpad/x140e)                      | `<nixos-hardware/lenovo/thinkpad/x140e>`           |
 | 
			
		||||
 
 | 
			
		||||
@@ -127,6 +127,8 @@
 | 
			
		||||
      lenovo-thinkpad-x1-extreme = import ./lenovo/thinkpad/x1-extreme;
 | 
			
		||||
      lenovo-thinkpad-x1-extreme-gen2 = import ./lenovo/thinkpad/x1-extreme/gen2;
 | 
			
		||||
      lenovo-thinkpad-x1-extreme-gen4 = import ./lenovo/thinkpad/x1-extreme/gen4;
 | 
			
		||||
      lenovo-thinkpad-x1-nano = import ./lenovo/thinkpad/x1-nano;
 | 
			
		||||
      lenovo-thinkpad-x1-nano-gen1 = import ./lenovo/thinkpad/x1-nano/gen1;
 | 
			
		||||
      lenovo-thinkpad-x13 = import ./lenovo/thinkpad/x13;
 | 
			
		||||
      lenovo-thinkpad-x13-yoga = import ./lenovo/thinkpad/x13/yoga;
 | 
			
		||||
      lenovo-thinkpad-x140e = import ./lenovo/thinkpad/x140e;
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										9
									
								
								lenovo/thinkpad/x1-nano/default.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								lenovo/thinkpad/x1-nano/default.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
{ ... }: {
 | 
			
		||||
  # Reference to hardware: https://ubuntu.com/certified/202012-28574
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../.
 | 
			
		||||
    ../../../common/cpu/intel
 | 
			
		||||
    ../../../common/pc/laptop/acpi_call.nix
 | 
			
		||||
    ../../../common/pc/laptop/ssd
 | 
			
		||||
  ];
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										3
									
								
								lenovo/thinkpad/x1-nano/gen1/default.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								lenovo/thinkpad/x1-nano/gen1/default.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
{ ... }: {
 | 
			
		||||
  imports = [ ../. ];
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user