10 lines
100 B
Nix
10 lines
100 B
Nix
{...}:
|
|
{
|
|
imports = [
|
|
./bluetooth.nix
|
|
./nvidia.nix
|
|
./opengl.nix
|
|
./sound.nix
|
|
];
|
|
}
|