Add Lenovo Thinkpad T480

This commit is contained in:
Cyryl Płotnicki
2021-06-12 10:13:10 +01:00
parent 6bea976169
commit a67ed0c3a2
3 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{ config, lib, pkgs, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop/acpi_call.nix
../.
];
services.throttled.enable = lib.mkDefault true;
}