1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-14 23:19:41 +01:00

Added Lenovo Ideadpad Slim 5 16IAH8

This commit is contained in:
Vittorio Robecchi 2024-11-02 09:11:19 +01:00 committed by mergify[bot]
parent 8a906c9d34
commit bcf80dc17c
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,10 @@
# Lenovo Ideapad Slim 5 16IAH8
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.
`lspci`:
```
00:02.0 VGA compatible controller: Intel Corporation Alder Lake-P GT1 [UHD Graphics] (rev 0c)
```
There is no dedicated graphics card. See specs [here](https://psref.lenovo.com/syspool/Sys/PDF/IdeaPad/IdeaPad_Slim_5_16IAH8/IdeaPad_Slim_5_16IAH8_Spec.pdf).

View file

@ -0,0 +1,9 @@
{ lib, ... }:
{
imports = [
../../../common/cpu/intel/alder-lake
../../../common/pc/laptop
../../../common/pc/laptop/ssd
];
}