mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-27 02:34:53 +00:00
6 lines
123 B
Nix
6 lines
123 B
Nix
{ buildAstalModule }:
|
|
buildAstalModule {
|
|
name = "bluetooth";
|
|
meta.description = "Astal module for bluez using DBus";
|
|
}
|