summaryrefslogtreecommitdiff
path: root/lib/hyprland
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/hyprland
parentfcef5cea5ca84fa06a74e69de34e84b4d0842fcc (diff)
parent0507a6bf1035ddbe72fdb64c0fb5dc1c991faeaf (diff)
Merge branch 'main' into feat/wayland-glib
Diffstat (limited to 'lib/hyprland')
-rw-r--r--lib/hyprland/default.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/hyprland/default.nix b/lib/hyprland/default.nix
new file mode 100644
index 0000000..6b5e15d
--- /dev/null
+++ b/lib/hyprland/default.nix
@@ -0,0 +1,15 @@
+{
+ mkAstalPkg,
+ pkgs,
+ ...
+}:
+mkAstalPkg {
+ pname = "astal-hyprland";
+ src = ./.;
+ packages = [pkgs.json-glib];
+
+ libname = "hyprland";
+ authors = "Aylur";
+ gir-suffix = "Hyprland";
+ description = "IPC client for Hyprland";
+}