diff --git a/lenovo/ideapad/16ahp9/README.md b/lenovo/ideapad/16ahp9/README.md new file mode 100644 index 0000000..5d32486 --- /dev/null +++ b/lenovo/ideapad/16ahp9/README.md @@ -0,0 +1,4 @@ +# Lenovo Ideapad 2-in-1 + +This device supports Conservation mode which charges the battery to 79/80%. See [TLP docs](https://linrunner.de/tlp/settings/bc-vendors.html#lenovo-non-thinkpad-series) and [auto-cpu freq](https://github.com/AdnanHodzic/auto-cpufreq?tab=readme-ov-file#battery-charging-thresholds) to enable it. See specs [here](https://psref.lenovo.com/syspool/Sys/PDF/IdeaPad/IdeaPad_5_2_in_1_16AHP9/IdeaPad_5_2_in_1_16AHP9_Spec.pdf). + diff --git a/lenovo/ideapad/16ahp9/default.nix b/lenovo/ideapad/16ahp9/default.nix new file mode 100644 index 0000000..f83290e --- /dev/null +++ b/lenovo/ideapad/16ahp9/default.nix @@ -0,0 +1,11 @@ +{ lib, ... }: + +{ + imports = [ + ../../../common/cpu/amd + ../../../common/cpu/amd/pstate.nix + ../../../common/gpu/amd + ../../../common/pc/laptop + ../../../common/pc/laptop/ssd + ]; +}