nixos-hardware/lenovo/thinkpad/t590/default.nix

14 lines
199 B
Nix

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