summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/astal/modules/bluetooth.nix
blob: 64467f4a120c1a06f3e4cbe40bdcb73080e81861 (plain)
1
2
3
4
5
{ buildAstalModule }:
buildAstalModule {
  name = "bluetooth";
  meta.description = "Astal module for bluez using DBus";
}