mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 00:37:14 +08:00
9 lines
167 B
Nix
9 lines
167 B
Nix
{
|
|
imports = [
|
|
../../../../common/cpu/intel/kaby-lake
|
|
../../../../common/pc/laptop
|
|
../../../../common/gpu/nvidia/disable.nix
|
|
../xps-common.nix
|
|
];
|
|
}
|