nixdots/system/shared/hardware/gpu/default.nix
2024-07-27 01:07:07 +02:00

7 lines
57 B
Nix

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