nixos-hardware/dell/latitude/3340/default.nix

10 lines
127 B
Nix
Raw Normal View History

2022-12-31 11:52:38 +01:00
{ ... }:
2022-10-31 14:09:33 +01:00
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop
../../../common/pc/laptop/ssd
];
}