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

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

  boot.kernelParams = [ "mem_sleep_default=deep" ];

  services.thermald.enable = true;
}