1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-23 03:19:42 +01:00

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

View file

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