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