Add Dell XPS-7390 Profile (#128)

This commit is contained in:
Alexander Berlind
2019-10-30 20:15:22 +01:00
committed by Jörg Thalheim
parent c0182a0698
commit 5316e919c8
3 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{ lib, pkgs, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop
../../../common/pc/laptop/ssd
];
services.thermald.enable = true;
}