nixos-hardware/dell/xps/13-7390/default.nix

14 lines
227 B
Nix
Raw Normal View History

2019-10-30 15:15:22 -04:00
{ lib, pkgs, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop
../../../common/pc/laptop/ssd
];
boot.kernelParams = [ "mem_sleep_default=deep" ];
2019-10-30 15:15:22 -04:00
services.thermald.enable = true;
}