mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	Initial p53 hardware configuration (#125)
This commit is contained in:
		@@ -40,6 +40,7 @@ See code for all available configurations.
 | 
				
			|||||||
| [Dell XPS 15 9550][]              | `<nixos-hardware/dell/xps/15-9550>`                |
 | 
					| [Dell XPS 15 9550][]              | `<nixos-hardware/dell/xps/15-9550>`                |
 | 
				
			||||||
| [Inverse Path USB armory][]       | `<nixos-hardware/inversepath/usbarmory>`           |
 | 
					| [Inverse Path USB armory][]       | `<nixos-hardware/inversepath/usbarmory>`           |
 | 
				
			||||||
| Lenovo IdeaPad Z510               | `<nixos-hardware/lenovo/ideapad/z510>`             |
 | 
					| Lenovo IdeaPad Z510               | `<nixos-hardware/lenovo/ideapad/z510>`             |
 | 
				
			||||||
 | 
					| Lenovo ThinkPad P53               | `<nixos-hardware/lenovo/thinkpad/p53>`             |
 | 
				
			||||||
| Lenovo ThinkPad T410              | `<nixos-hardware/lenovo/thinkpad/t410>`            |
 | 
					| Lenovo ThinkPad T410              | `<nixos-hardware/lenovo/thinkpad/t410>`            |
 | 
				
			||||||
| Lenovo ThinkPad T430              | `<nixos-hardware/lenovo/thinkpad/t430>`            |
 | 
					| Lenovo ThinkPad T430              | `<nixos-hardware/lenovo/thinkpad/t430>`            |
 | 
				
			||||||
| Lenovo ThinkPad T440s             | `<nixos-hardware/lenovo/thinkpad/t440s>`           |
 | 
					| Lenovo ThinkPad T440s             | `<nixos-hardware/lenovo/thinkpad/t440s>`           |
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										9
									
								
								lenovo/thinkpad/p53/default.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								lenovo/thinkpad/p53/default.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
				
			|||||||
 | 
					{ nixos, pkgs, config, stdenv, ... }:
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  imports = [
 | 
				
			||||||
 | 
					    ../../../common/cpu/intel
 | 
				
			||||||
 | 
					    ../../../common/pc/laptop/acpi_call.nix
 | 
				
			||||||
 | 
					    ../../../common/pc/laptop/cpu-throttling-bug.nix
 | 
				
			||||||
 | 
					    ../.
 | 
				
			||||||
 | 
					  ];
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user