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