mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 11:29:42 +01:00
Add xps 13 9310 with common intel and laptop imports
This commit is contained in:
parent
115770eed0
commit
86d77642bd
1 changed files with 7 additions and 0 deletions
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