summaryrefslogtreecommitdiff
path: root/lib/bluetooth
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-12-21 21:25:29 +0100
committerAylur <[email protected]>2024-12-21 21:25:29 +0100
commite0a6b7fc5ae38f13e5c110956bb94ac3b41bfb14 (patch)
treeaebfe3e620372efdd595f6479268bc551e4c519a /lib/bluetooth
parentfcef5cea5ca84fa06a74e69de34e84b4d0842fcc (diff)
parent0507a6bf1035ddbe72fdb64c0fb5dc1c991faeaf (diff)
Merge branch 'main' into feat/wayland-glib
Diffstat (limited to 'lib/bluetooth')
-rw-r--r--lib/bluetooth/default.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/bluetooth/default.nix b/lib/bluetooth/default.nix
new file mode 100644
index 0000000..f2d58c8
--- /dev/null
+++ b/lib/bluetooth/default.nix
@@ -0,0 +1,10 @@
+{mkAstalPkg, ...}:
+mkAstalPkg {
+ pname = "astal-bluetooth";
+ src = ./.;
+
+ libname = "bluetooth";
+ authors = "Aylur";
+ gir-suffix = "Bluetooth";
+ description = "DBus proxy for bluez";
+}