diff options
author | Aylur <[email protected]> | 2024-11-05 20:00:44 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-11-05 20:20:57 +0000 |
commit | 524030ae79f5cffafef3ef09036064070e814879 (patch) | |
tree | 62d4ab53ce3f47a6927d47b5b1faeae1ef6baed7 /docs/default.nix | |
parent | 8c6d2185a68e9f09d6780284d1b61fcfaefa655b (diff) |
feat: greetd ipc client
Diffstat (limited to 'docs/default.nix')
-rw-r--r-- | docs/default.nix | 6 |
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"; |