1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-14 00:33:40 +02:00
nixos-hardware/dell/xps/13-7390/default.nix
2019-12-28 09:50:04 +00:00

14 lines
227 B
Nix

{ lib, pkgs, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop
../../../common/pc/laptop/ssd
];
boot.kernelParams = [ "mem_sleep_default=deep" ];
services.thermald.enable = true;
}