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

10 lines
168 B
Nix

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