nix/option/Bluetooth.nix

7 lines
100 B
Nix

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