nixos/modules/default.nix

7 lines
53 B
Nix
Raw Normal View History

2024-05-07 17:55:36 +02:00
{ ... }:
{
imports = [
./gpuPassthrough
];
}