mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
9 lines
145 B
Nix
9 lines
145 B
Nix
{
|
|
imports = [
|
|
../../common/pc/laptop
|
|
../../common/pc/laptop/ssd
|
|
../../common/cpu/intel/kaby-lake
|
|
../../common/hidpi.nix
|
|
];
|
|
}
|