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

9 lines
98 B
Nix

{ lib, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop
];
}