Latitude 3340: init

This commit is contained in:
Quinn Dougherty
2022-10-31 09:09:33 -04:00
committed by Jörg Thalheim
parent 11a42a580d
commit d43d5ad52a
3 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
{ lib, pkgs, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop
../../../common/pc/laptop/ssd
];
}