mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-14 23:19:41 +01:00
Added Lenovo Ideadpad 16AHP9
This commit is contained in:
parent
d3986e7885
commit
8a906c9d34
2 changed files with 15 additions and 0 deletions
4
lenovo/ideapad/16ahp9/README.md
Normal file
4
lenovo/ideapad/16ahp9/README.md
Normal file
|
@ -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).
|
||||
|
11
lenovo/ideapad/16ahp9/default.nix
Normal file
11
lenovo/ideapad/16ahp9/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../../common/cpu/amd
|
||||
../../../common/cpu/amd/pstate.nix
|
||||
../../../common/gpu/amd
|
||||
../../../common/pc/laptop
|
||||
../../../common/pc/laptop/ssd
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue