mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	The T420 seems to have partial (readonly) support for the tp-smapi module, which TLP can make use of: > Install tp-smapi kernel modules for extended battery info (e.g. the cycle count)
		
			
				
	
	
		
			11 lines
		
	
	
		
			168 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			168 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{ config, lib, pkgs, ... }:
 | 
						|
 | 
						|
{
 | 
						|
  imports = [
 | 
						|
    ../.
 | 
						|
    ../tp-smapi.nix
 | 
						|
    ../../../common/cpu/intel/sandy-bridge
 | 
						|
    ../../../common/pc/laptop/acpi_call.nix
 | 
						|
  ];
 | 
						|
}
 |