11 lines
117 B
Nix
11 lines
117 B
Nix
{...}:
|
|
{
|
|
imports = [
|
|
./bluetooth.nix
|
|
./nvidia.nix
|
|
./opengl.nix
|
|
./sound.nix
|
|
./binfmt.nix
|
|
];
|
|
}
|