mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 08:47:13 +08:00
9 lines
164 B
Nix
9 lines
164 B
Nix
{ lib, ... }:
|
|
{
|
|
imports = [
|
|
../shared.nix
|
|
../../../../common/gpu/intel/comet-lake
|
|
../../../../common/gpu/nvidia/disable.nix # Disabling nvidia
|
|
];
|
|
}
|