nixos-config/modules/hardware/gpu/default.nix
2024-07-11 13:22:57 +09:00

7 lines
57 B
Nix

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