nixos-hardware/lenovo/thinkpad/x13/yoga/3th-gen/default.nix

9 lines
168 B
Nix
Raw Normal View History

2023-12-20 10:30:36 -05:00
{ lib, ... }: {
imports = [
../.
];
# without throttled, our CPU (i5-1235u) did not boost beyond 1300MHz
services.throttled.enable = lib.mkDefault true;
}