13 lines
90 B
Nix
13 lines
90 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}:
|
|
|
|
{
|
|
imports = [
|
|
./browser
|
|
./bluetooth
|
|
];
|
|
}
|