Files
nixpkgs/pkgs/development/libraries/astal/modules/bluetooth.nix
2025-01-13 00:02:47 +01:00

6 lines
123 B
Nix

{ buildAstalModule }:
buildAstalModule {
name = "bluetooth";
meta.description = "Astal module for bluez using DBus";
}