mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 10:58:37 +08:00
Add xps 13 9310 with common intel and laptop imports
This commit is contained in:
committed by
mitchmindtree
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
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user