mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 11:36:10 +01:00
Adds support for Thinkpad T460p
This commit is contained in:
parent
e3259b25eb
commit
b19015a0ba
3 changed files with 11 additions and 0 deletions
9
lenovo/thinkpad/t460p/default.nix
Normal file
9
lenovo/thinkpad/t460p/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../../common/cpu/intel
|
||||
../../../common/pc/laptop/acpi_call.nix
|
||||
../.
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue