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

11 lines
148 B
Nix
Raw Permalink Normal View History

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