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

12 lines
186 B
Nix
Raw Normal View History

2021-06-12 05:13:10 -04:00
{ config, lib, pkgs, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop/acpi_call.nix
../.
];
services.throttled.enable = lib.mkDefault true;
}