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

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