add xps 13 (9343)

This commit is contained in:
Bruno Bigras
2020-01-08 23:49:26 -05:00
parent a78b8b6476
commit 1ab852b88e
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{ lib, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop
../../../common/pc/laptop/ssd
];
# This will save you money and possibly your life!
services.thermald.enable = lib.mkDefault true;
}