summaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/system')
-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 b29b6a05351..6395991125e 100644
--- a/gnu/system/examples/plasma.tmpl
+++ b/gnu/system/examples/plasma.tmpl
@@ -58,10 +58,11 @@
58 (sddm-configuration 58 (sddm-configuration
59 (theme "breeze"))) 59 (theme "breeze")))
60 60
61 ;; Remove GDM if it's among %DESKTOP-SERVICES (on some 61 ;; Remove GDM if it's among %DESKTOP-SERVICES; on other
62 ;; architectures it's not there). 62 ;; architectures, %DESKTOP-SERVICES contains SDDM instead.
63 (remove (lambda (service) 63 (remove (lambda (service)
64 (eq? (service-kind service) gdm-service-type)) 64 (memq (service-kind service)
65 (list gdm-service-type sddm-service-type)))
65 %desktop-services))) 66 %desktop-services)))
66 ;; Allow resolution of '.local' host names with mDNS. 67 ;; Allow resolution of '.local' host names with mDNS.
67 (name-service-switch %mdns-host-lookup-nss)) 68 (name-service-switch %mdns-host-lookup-nss))