diff options
author | Aylur <[email protected]> | 2024-11-05 21:23:38 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-11-05 21:23:38 +0100 |
commit | ca6a37c98a784bcb652ebe3737c906274c0ff1ab (patch) | |
tree | 62d4ab53ce3f47a6927d47b5b1faeae1ef6baed7 /docs/default.nix | |
parent | 8c6d2185a68e9f09d6780284d1b61fcfaefa655b (diff) | |
parent | 524030ae79f5cffafef3ef09036064070e814879 (diff) |
Merge pull request #66 from Aylur/feat/greetd
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"; |