mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 08:47:13 +08:00
add lenovo/thinkpad/x13/yoga/3th-gen
This commit is contained in:
8
lenovo/thinkpad/x13/yoga/3th-gen/default.nix
Normal file
8
lenovo/thinkpad/x13/yoga/3th-gen/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ lib, ... }: {
|
||||
imports = [
|
||||
../.
|
||||
];
|
||||
|
||||
# without throttled, our CPU (i5-1235u) did not boost beyond 1300MHz
|
||||
services.throttled.enable = lib.mkDefault true;
|
||||
}
|
||||
Reference in New Issue
Block a user