feat: add dell latitude 7390 module

This commit is contained in:
Dominic Egginton
2023-12-27 14:16:44 +00:00
committed by mergify[bot]
parent 8ae5b3ff81
commit 1bace8cedd
3 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{ lib, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop
];
}