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

{
  imports = [
    ../.
    ../../../common/cpu/intel
    ../../../common/pc/laptop/hdd # TODO: reverse compat
    ../tp-smapi.nix
  ];
}