mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 08:39:41 +01:00
10 lines
187 B
Nix
10 lines
187 B
Nix
|
{
|
||
|
imports = [
|
||
|
../../../common/cpu/amd
|
||
|
../../../common/gpu/amd
|
||
|
../../../common/pc/laptop
|
||
|
../../../common/pc/laptop/acpi_call.nix
|
||
|
../../../common/pc/laptop/ssd
|
||
|
];
|
||
|
}
|