summaryrefslogtreecommitdiff
path: root/docs/default.nix
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-11-05 21:23:38 +0100
committerGitHub <[email protected]>2024-11-05 21:23:38 +0100
commitca6a37c98a784bcb652ebe3737c906274c0ff1ab (patch)
tree62d4ab53ce3f47a6927d47b5b1faeae1ef6baed7 /docs/default.nix
parent8c6d2185a68e9f09d6780284d1b61fcfaefa655b (diff)
parent524030ae79f5cffafef3ef09036064070e814879 (diff)
Merge pull request #66 from Aylur/feat/greetd
feat: greetd ipc client
Diffstat (limited to 'docs/default.nix')
-rw-r--r--docs/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/default.nix b/docs/default.nix
index ff7e8c9..3eae600 100644
--- a/docs/default.nix
+++ b/docs/default.nix
@@ -177,6 +177,12 @@ in
authors = "kotontrion";
}}
${genLib {
+ flakepkg = "greet";
+ gir = "Greet";
+ description = "IPC client for greetd";
+ version = ../lib/greet/version;
+ }}
+ ${genLib {
flakepkg = "hyprland";
gir = "Hyprland";
description = "IPC client for Hyprland";