nixos-hardware/dell/e7240/default.nix

9 lines
98 B
Nix

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