summaryrefslogtreecommitdiffstats
path: root/dell/e7240/default.nix
blob: 3334a745f8c3c48abe9a7aaf03cd61b762b16349 (plain)
1
2
3
4
5
6
7
8
{ lib, pkgs, ... }:

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