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

10 lines
127 B
Nix
Raw Normal View History

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