10.nixos-hardware/dell/latitude/e7440/default.nix
2026-02-21 12:45:06 +01:00

9 lines
128 B
Nix

{ ... }:
{
imports = [
../../../common/cpu/intel/haswell
../../../common/pc/laptop
../../../common/pc/ssd
];
}