1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-22 09:05:54 +02:00

services: sddm: Remove 'sddm-service' procedure.

* gnu/services/sddm.scm (sddm-service): Remove procedure.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Bruno Victal
2023-02-27 00:11:37 +00:00
committed by Maxim Cournoyer
parent d67753c69e
commit f4dabba886
-6
View File
@@ -324,9 +324,3 @@ Relogin=" (if (sddm-configuration-relogin? config)
(description
"Run SDDM, a display and log-in manager for X11 and
Wayland."))))
(define-deprecated (sddm-service #:optional (config (sddm-configuration)))
sddm-service-type
"Run the @uref{https://github.com/sddm/sddm,SDDM display manager}
with the given @var{config}, a @code{<sddm-configuration>} object."
(service sddm-service-type config))