mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-12-06 17:11:08 +01:00
Add Dell E7240 Profile
(Current XPS 15 works well)
This commit is contained in:
parent
0435629061
commit
26bbc980b9
4 changed files with 60 additions and 39 deletions
8
dell/e7240/default.nix
Normal file
8
dell/e7240/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../common/cpu/intel
|
||||
../../common/pc/laptop
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue