summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorL p R n d n <guix@lprndn.info>2019-04-18 17:58:56 +0200
committerGuix Patches Tester <>2020-04-09 17:05:09 +0100
commit8703e3519e9512574859fe3bb944da3d2874038f (patch)
treef23692d07a8e3b1f1448dbe06bf98e2391ce4ecb /gnu/local.mk
parente5afc63bd9d89bc8f6c64d68e6b707d87cdadbd3 (diff)
downloadguix-patches-8703e3519e9512574859fe3bb944da3d2874038f.tar
guix-patches-8703e3519e9512574859fe3bb944da3d2874038f.tar.gz
services: Add lightdm-service-type.
* gnu/services/lightdm.scm: Add file. * doc/guix.texi (@deftp, @deffn): Add documentation. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index eefcdf501a..c4b1139ae1 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -569,6 +569,7 @@ GNU_SYSTEM_MODULES = \
%D%/services/getmail.scm \
%D%/services/guix.scm \
%D%/services/kerberos.scm \
+ %D%/services/lightdm.scm \
%D%/services/lirc.scm \
%D%/services/virtualization.scm \
%D%/services/mail.scm \