Files
nixos-hardware/dell/inspiron/3442/default.nix
2025-10-31 21:51:27 +05:30

14 lines
216 B
Nix

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