nixos-hardware/dell/latitude/7490/default.nix

11 lines
148 B
Nix
Raw Normal View History

2022-12-31 05:52:38 -05:00
{ lib, ... }:
2021-11-07 03:35:31 -05:00
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop
];
services.thermald.enable = lib.mkDefault true;
}