nixos-hardware/lenovo/thinkpad/t480s/default.nix

11 lines
142 B
Nix
Raw Normal View History

2018-06-08 18:54:34 -04:00
{ config, lib, pkgs, ... }:
{
imports = [
../../../common/cpu/intel
../acpi_call.nix
2018-08-15 13:34:44 -04:00
../cpu-throttling-bug.nix
2018-06-08 18:54:34 -04:00
../.
];
}