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

8 lines
77 B
Nix
Raw Normal View History

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