mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 11:36:10 +01:00
Added Lenovo Thinkpad x390
This commit is contained in:
parent
3006d2860a
commit
31f8d1c364
3 changed files with 15 additions and 0 deletions
13
lenovo/thinkpad/x390/default.nix
Normal file
13
lenovo/thinkpad/x390/default.nix
Normal 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;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue