summaryrefslogtreecommitdiffstats
path: root/dell/xps/13-7390/default.nix
blob: 727ea5c9e57fb9198c955a8b463a3822fe9d70e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
{ lib, pkgs, ... }:

{
  imports = [
    ../../../common/cpu/intel
    ../../../common/pc/laptop
    ../../../common/pc/laptop/ssd
  ];

  services.thermald.enable = true;
}