nixdots/system/shared/hardware/gpu/default.nix

8 lines
58 B
Nix
Raw Normal View History

2024-05-15 18:29:28 +00:00
_: {
imports = [
./amd.nix
./nvidia.nix
];
}