nix/option/Bluetooth.nix

5 lines
99 B
Nix

{ lib, ... }:
{
options.module.bluetooth.enable = lib.mkEnableOption "the bluetooth support.";
}