11 lines
97 B
Nix
11 lines
97 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./audio.nix
|
|
./opengl.nix
|
|
./usb.nix
|
|
./vulkan.nix
|
|
];
|
|
}
|