From 0507a6bf1035ddbe72fdb64c0fb5dc1c991faeaf Mon Sep 17 00:00:00 2001 From: Aylur <104676705+Aylur@users.noreply.github.com> Date: Sat, 21 Dec 2024 21:24:42 +0100 Subject: nix: refactor (#197) close #192 --- lib/bluetooth/default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lib/bluetooth/default.nix (limited to 'lib/bluetooth') 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"; +} -- cgit v1.2.3