mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
Latitude 3340: init
This commit is contained in:
committed by
Jörg Thalheim
parent
11a42a580d
commit
d43d5ad52a
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
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user