service/greetd: add greetd service

This commit is contained in:
outfoxxed 2024-06-20 15:39:49 -07:00
parent 72956185bd
commit 3573663ab6
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
11 changed files with 522 additions and 4 deletions

View file

@ -13,3 +13,7 @@ endif()
if (SERVICE_PAM)
add_subdirectory(pam)
endif()
if (SERVICE_GREETD)
add_subdirectory(greetd)
endif()