mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 11:36:10 +01:00
Add a profile for the Thinkpad T460
This commit is contained in:
parent
267d8b2d7f
commit
dbbd0d4093
3 changed files with 11 additions and 0 deletions
9
lenovo/thinkpad/t460/default.nix
Normal file
9
lenovo/thinkpad/t460/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