Added Lenovo Thinkpad x390

This commit is contained in:
Paul Jewell
2023-05-05 06:59:00 +01:00
parent 3006d2860a
commit 31f8d1c364
3 changed files with 15 additions and 0 deletions

View File

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