Add new profile for HP Laptop 14s dq2024nf

This commit is contained in:
Rayan Nakib (ريان نقيب)
2024-09-29 07:29:37 +01:00
committed by mergify[bot]
parent fb08bde00c
commit 8e8c6cbad1
3 changed files with 13 additions and 0 deletions

View File

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