6 lines
123 B
Nix
6 lines
123 B
Nix
|
|
{ buildAstalModule }:
|
||
|
|
buildAstalModule {
|
||
|
|
name = "bluetooth";
|
||
|
|
meta.description = "Astal module for bluez using DBus";
|
||
|
|
}
|