mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 00:29:40 +01:00
95ce025962
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)
10 lines
168 B
Nix
10 lines
168 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
../.
|
|
../tp-smapi.nix
|
|
../../../common/cpu/intel/sandy-bridge
|
|
../../../common/pc/laptop/acpi_call.nix
|
|
];
|
|
}
|