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

13 lines
235 B
Nix
Raw Permalink Normal View History

2020-01-09 05:49:26 +01:00
{ 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;
}