dell/latitude/7420: init

This commit is contained in:
Alex Robbins
2025-01-21 15:06:43 -08:00
committed by mergify[bot]
parent 7659093598
commit dfad538f75
3 changed files with 11 additions and 0 deletions

View File

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