nixos/modules/system/hardware/graphics/default.nix
Florian RICHER dd0b3040a4
All checks were successful
check / check (push) Successful in 34s
Add amdgpu [not tested yet]
2025-03-11 21:10:24 +01:00

8 lines
No EOL
66 B
Nix

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