add Lenovo IdeaPad 3 15alc6

Signed-off-by: xtrm <oss@xtrm.me>
This commit is contained in:
xtrm
2024-05-28 03:52:21 +02:00
committed by mergify[bot]
parent a44ddc27b1
commit d664fb04de
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
];
}