ooknet/modules/nixos/hardware/gpu/default.nix

7 lines
70 B
Nix

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