1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-01 08:39:41 +01:00
nixos-hardware/hp/laptop/14s-dq2024nf/default.nix
2024-10-19 09:34:27 +00:00

15 lines
274 B
Nix

{ config, lib, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/gpu/intel/tiger-lake
../../../common/pc
../../../common/pc/laptop
../../../common/pc/laptop/ssd
];
config = {
services.thermald.enable = lib.mkDefault true;
};
}