forked from quickshell/quickshell
service/greetd: add greetd service
This commit is contained in:
parent
72956185bd
commit
3573663ab6
11 changed files with 522 additions and 4 deletions
|
@ -13,3 +13,7 @@ endif()
|
|||
if (SERVICE_PAM)
|
||||
add_subdirectory(pam)
|
||||
endif()
|
||||
|
||||
if (SERVICE_GREETD)
|
||||
add_subdirectory(greetd)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue