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:
parent
8a906c9d34
commit
bcf80dc17c
2 changed files with 19 additions and 0 deletions
10
lenovo/ideapad/16iah8/README.md
Normal file
10
lenovo/ideapad/16iah8/README.md
Normal 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).
|
||||
|
9
lenovo/ideapad/16iah8/default.nix
Normal file
9
lenovo/ideapad/16iah8/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../../common/cpu/intel/alder-lake
|
||||
../../../common/pc/laptop
|
||||
../../../common/pc/laptop/ssd
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue