Add xps 13 9310 with common intel and laptop imports
This commit is contained in:
parent
115770eed0
commit
86d77642bd
7
dell/xps/13-9310/default.nix
Normal file
7
dell/xps/13-9310/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{ lib, ... }:
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
../../../common/cpu/intel
|
||||||
|
../../../common/pc/laptop
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue