1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-14 15:09:41 +01:00
nixos-hardware/lenovo/thinkpad/t480s/default.nix
2018-08-15 18:34:44 +01:00

10 lines
142 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
../../../common/cpu/intel
../acpi_call.nix
../cpu-throttling-bug.nix
../.
];
}