mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-04 01:07:14 +08:00
Added Lenovo Ideadpad 16AHP9
This commit is contained in:
committed by
mergify[bot]
parent
d3986e7885
commit
8a906c9d34
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
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user