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