nixos/modules/default.nix

7 lines
No EOL
53 B
Nix

{ ... }:
{
imports = [
./gpuPassthrough
];
}