mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	add lenovo-thinkpad-x13
This commit is contained in:
		
							
								
								
									
										12
									
								
								lenovo/thinkpad/x13/default.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								lenovo/thinkpad/x13/default.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
{ config, lib, ... }: {
 | 
			
		||||
  # Reference to hardware: https://certification.ubuntu.com/hardware/202004-27844
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../.
 | 
			
		||||
    ../../../common/cpu/intel
 | 
			
		||||
    ../../../common/pc/laptop/acpi_call.nix
 | 
			
		||||
    ../../../common/pc/laptop/ssd
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  # Somehow psmouse does not load automatically on boot for me
 | 
			
		||||
  boot.kernelModules = [ "psmouse" ];
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user