aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/sddm.scm
Commit message (Collapse)AuthorAge
* gnu: Fix typo in comment.John Darrington2016-12-21
| | | | * gnu/services/sddm.scm: Fix typo.
* gnu: services sddm Fix typo.John Darrington2016-10-15
| | | | * gnu/services/sddm.scm: sddm-confiugration? --> sddm-configuration?
* system: Use 'file-append' to denote file names.Ludovic Courtès2016-09-10
| | | | | | | | | | | | * gnu/services/avahi.scm, gnu/services/base.scm, gnu/services/databases.scm, gnu/services/dbus.scm, gnu/services/desktop.scm, gnu/services/dict.scm, gnu/services/mail.scm, gnu/services/networking.scm, gnu/services/sddm.scm, gnu/services/spice.scm, gnu/services/ssh.scm, gnu/services/web.scm, gnu/services/xorg.scm, gnu/system.scm: Replace the #~(string-append #$pkg "/bin/foo") idiom with (file-append pkg "/bin/foo").
* services: Add sddm service.David Craven2016-09-06
* gnu/services/sddm.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (@deftp, @deffn): Add documentation.