mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 16:49:40 +01:00
a2ca907b42
Signed-off-by: Burgess Chang <bsc@brsvh.org>
9 lines
218 B
Nix
9 lines
218 B
Nix
{ ... }: {
|
|
# Reference to hardware: https://ubuntu.com/certified/202012-28574
|
|
imports = [
|
|
../.
|
|
../../../common/cpu/intel
|
|
../../../common/pc/laptop/acpi_call.nix
|
|
../../../common/pc/laptop/ssd
|
|
];
|
|
}
|