mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
feat: add dell latitude 7390 module
This commit is contained in:
parent
8ae5b3ff81
commit
1bace8cedd
3 changed files with 10 additions and 0 deletions
8
dell/latitude/7390/default.nix
Normal file
8
dell/latitude/7390/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../../common/cpu/intel
|
||||
../../../common/pc/laptop
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue