mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-06 01:48:50 +08:00
12 lines
205 B
Nix
12 lines
205 B
Nix
{ lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
../../common/cpu/intel/kaby-lake
|
|
../../common/gpu/nvidia/pascal
|
|
../../common/pc/laptop
|
|
../../common/pc/laptop/ssd
|
|
../../common/pc/laptop/hdd
|
|
];
|
|
}
|