Lenovo IdeaPad Slim 5: init

note this is to be distinguished from e.g. the slim 5i, which uses intel
This commit is contained in:
Kiara Grouwstra
2023-10-06 01:17:51 +02:00
committed by mergify[bot]
parent de516d0dee
commit a149e3d37e
3 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{ lib, ... }:
{
imports = [
../../../common/cpu/amd
../../../common/gpu/amd
../../../common/pc/laptop
../../../common/pc/laptop/acpi_call.nix
../../../common/pc/laptop/ssd
];
}