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