1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-26 14:38:31 +02:00
nixos-hardware/lenovo/thinkpad/x13/yoga/3th-gen/default.nix

9 lines
168 B
Nix
Raw Normal View History

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