aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/system/examples/plasma.tmpl7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/system/examples/plasma.tmpl b/gnu/system/examples/plasma.tmpl
index b29b6a0535..6395991125 100644
--- a/gnu/system/examples/plasma.tmpl
+++ b/gnu/system/examples/plasma.tmpl
@@ -58,10 +58,11 @@
(sddm-configuration
(theme "breeze")))
- ;; Remove GDM if it's among %DESKTOP-SERVICES (on some
- ;; architectures it's not there).
+ ;; Remove GDM if it's among %DESKTOP-SERVICES; on other
+ ;; architectures, %DESKTOP-SERVICES contains SDDM instead.
(remove (lambda (service)
- (eq? (service-kind service) gdm-service-type))
+ (memq (service-kind service)
+ (list gdm-service-type sddm-service-type)))
%desktop-services)))
;; Allow resolution of '.local' host names with mDNS.
(name-service-switch %mdns-host-lookup-nss))