Add Lenovo Thinkpad T480
This commit is contained in:
parent
6bea976169
commit
a67ed0c3a2
|
@ -120,6 +120,7 @@ See code for all available configurations.
|
|||
| Lenovo ThinkPad T460 | `<nixos-hardware/lenovo/thinkpad/t460>` |
|
||||
| Lenovo ThinkPad T460s | `<nixos-hardware/lenovo/thinkpad/t460s>` |
|
||||
| Lenovo ThinkPad T470s | `<nixos-hardware/lenovo/thinkpad/t470s>` |
|
||||
| Lenovo ThinkPad T480 | `<nixos-hardware/lenovo/thinkpad/t480>` |
|
||||
| Lenovo ThinkPad T480s | `<nixos-hardware/lenovo/thinkpad/t480s>` |
|
||||
| Lenovo ThinkPad T490 | `<nixos-hardware/lenovo/thinkpad/t490>` |
|
||||
| Lenovo ThinkPad T495 | `<nixos-hardware/lenovo/thinkpad/t495>` |
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
lenovo-thinkpad-t460 = import ./lenovo/thinkpad/t460;
|
||||
lenovo-thinkpad-t460s = import ./lenovo/thinkpad/t460s;
|
||||
lenovo-thinkpad-t470s = import ./lenovo/thinkpad/t470s;
|
||||
lenovo-thinkpad-t480 = import ./lenovo/thinkpad/t480;
|
||||
lenovo-thinkpad-t480s = import ./lenovo/thinkpad/t480s;
|
||||
lenovo-thinkpad-t490 = import ./lenovo/thinkpad/t490;
|
||||
lenovo-thinkpad-t495 = import ./lenovo/thinkpad/t495;
|
||||
|
|
11
lenovo/thinkpad/t480/default.nix
Normal file
11
lenovo/thinkpad/t480/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../../common/cpu/intel
|
||||
../../../common/pc/laptop/acpi_call.nix
|
||||
../.
|
||||
];
|
||||
|
||||
services.throttled.enable = lib.mkDefault true;
|
||||
}
|
Loading…
Reference in a new issue