feat: add dell latitude 7280 module

This commit is contained in:
Benedikt Ritter
2024-03-26 22:45:41 +01:00
committed by mergify[bot]
parent e1cbffcf3a
commit a3746a14c1
3 changed files with 11 additions and 0 deletions

View File

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