a149e3d37e
note this is to be distinguished from e.g. the slim 5i, which uses intel
12 lines
202 B
Nix
12 lines
202 B
Nix
{ lib, ... }:
|
|
|
|
{
|
|
imports = [
|
|
../../../common/cpu/amd
|
|
../../../common/gpu/amd
|
|
../../../common/pc/laptop
|
|
../../../common/pc/laptop/acpi_call.nix
|
|
../../../common/pc/laptop/ssd
|
|
];
|
|
}
|