7 lines
100 B
Nix
7 lines
100 B
Nix
|
{
|
||
|
lib,
|
||
|
...
|
||
|
}: {
|
||
|
options.module.bluetooth.enable = lib.mkEnableOption "the bluetooth support.";
|
||
|
}
|