1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-21 05:47:22 +02:00
nixos-hardware/dell/latitude/7490/default.nix
2021-11-07 14:05:31 +05:30

10 lines
154 B
Nix

{ lib, pkgs, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop
];
services.thermald.enable = lib.mkDefault true;
}