diff options
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"; |