Add xps 13 9310 with common intel and laptop imports

This commit is contained in:
mitchmindtree 2020-11-14 17:14:41 +01:00 committed by mitchmindtree
parent 115770eed0
commit 86d77642bd
1 changed files with 7 additions and 0 deletions

View File

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