1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-01 02:23:33 +02:00
nixos-hardware/dell/e7240/default.nix
Ashley Gillman 26bbc980b9
Add Dell E7240 Profile
(Current XPS 15 works well)
2019-09-27 10:22:47 +01:00

9 lines
98 B
Nix

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