Dell latitude 7490 support

This commit is contained in:
Sibi Prabakaran
2021-11-07 14:05:31 +05:30
parent 518b9c2159
commit b2083d1b60
2 changed files with 46 additions and 0 deletions

View File

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