mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	Add a profile for the Thinkpad T460
This commit is contained in:
		@@ -113,6 +113,7 @@ See code for all available configurations.
 | 
			
		||||
| Lenovo ThinkPad T440s             | `<nixos-hardware/lenovo/thinkpad/t440s>`           |
 | 
			
		||||
| Lenovo ThinkPad T440p             | `<nixos-hardware/lenovo/thinkpad/t440p>`           |
 | 
			
		||||
| Lenovo ThinkPad T450s             | `<nixos-hardware/lenovo/thinkpad/t450s>`           |
 | 
			
		||||
| Lenovo ThinkPad T460              | `<nixos-hardware/lenovo/thinkpad/t460>`           |
 | 
			
		||||
| Lenovo ThinkPad T460s             | `<nixos-hardware/lenovo/thinkpad/t460s>`           |
 | 
			
		||||
| Lenovo ThinkPad T470s             | `<nixos-hardware/lenovo/thinkpad/t470s>`           |
 | 
			
		||||
| Lenovo ThinkPad T480s             | `<nixos-hardware/lenovo/thinkpad/t480s>`           |
 | 
			
		||||
 
 | 
			
		||||
@@ -48,6 +48,7 @@
 | 
			
		||||
      lenovo-thinkpad-t440s = import ./lenovo/thinkpad/t440s;
 | 
			
		||||
      lenovo-thinkpad-t440p = import ./lenovo/thinkpad/t440p;
 | 
			
		||||
      lenovo-thinkpad-t450s = import ./lenovo/thinkpad/t450s;
 | 
			
		||||
      lenovo-thinkpad-t460 = import ./lenovo/thinkpad/t460;
 | 
			
		||||
      lenovo-thinkpad-t460s = import ./lenovo/thinkpad/t460s;
 | 
			
		||||
      lenovo-thinkpad-t470s = import ./lenovo/thinkpad/t470s;
 | 
			
		||||
      lenovo-thinkpad-t480s = import ./lenovo/thinkpad/t480s;
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										9
									
								
								lenovo/thinkpad/t460/default.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								lenovo/thinkpad/t460/default.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
{ config, lib, pkgs, ... }:
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../../../common/cpu/intel
 | 
			
		||||
    ../../../common/pc/laptop/acpi_call.nix
 | 
			
		||||
    ../.
 | 
			
		||||
  ];
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user