summaryrefslogtreecommitdiffstats
path: root/lenovo/thinkpad/t420/default.nix
blob: 5d3efe831c96f897fc7d00dddaef8d49a54932bb (plain)
1
2
3
4
5
6
7
8
9
{ config, lib, pkgs, ... }:

{
  imports = [
    ../.
    ../../../common/cpu/intel
    ../../../common/pc/laptop/acpi_call.nix
  ];
}