add lenovo/thinkpad/x13/yoga/3th-gen

This commit is contained in:
MayNiklas
2023-12-20 16:30:36 +01:00
committed by mergify[bot]
parent b7747f0f60
commit 3e3571c832
3 changed files with 205 additions and 195 deletions

View File

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