summaryrefslogtreecommitdiff
path: root/lib/sway/default.nix
diff options
context:
space:
mode:
authornoname <[email protected]>2025-02-27 15:08:15 +1100
committernoname <[email protected]>2025-03-03 22:06:48 +1100
commitbfceeb515a928de6ad901a1435b8e5bbc26eb64d (patch)
treec8513f519ec15345c3dd95dca9be873da43248f6 /lib/sway/default.nix
parent4b283b0045c0752c36c6e8306fc137f2c9f244a4 (diff)
test
Diffstat (limited to 'lib/sway/default.nix')
-rw-r--r--lib/sway/default.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/sway/default.nix b/lib/sway/default.nix
new file mode 100644
index 0000000..17bf67a
--- /dev/null
+++ b/lib/sway/default.nix
@@ -0,0 +1,15 @@
+{
+ mkAstalPkg,
+ pkgs,
+ ...
+}:
+mkAstalPkg {
+ pname = "astal-battery";
+ src = ./.;
+ packages = [pkgs.json-glib];
+
+ libname = "battery";
+ authors = "Aylur";
+ gir-suffix = "Battery";
+ description = "DBus proxy for upowerd devices";
+}