nixos/modules/system/hardware/graphics/default.nix

8 lines
No EOL
66 B
Nix

{ ... }:
{
imports = [
./amdgpu.nix
./nvidia.nix
];
}