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

{
  imports = [
    ../../../common/cpu/intel
    ../acpi_call.nix
    ../cpu-throttling-bug.nix
    ../.
  ];
}