nixdots/system/shared/hardware/gpu/default.nix
2024-05-15 20:47:15 +02:00

8 lines
58 B
Nix

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