summaryrefslogtreecommitdiff
path: root/px/services
diff options
context:
space:
mode:
authorFranz Geffke <franz@pantherx.org>2023-10-10 23:24:01 +0100
committerFranz Geffke <franz@pantherx.org>2023-10-10 23:24:01 +0100
commit34304dbb9868b8a0f4d08a78edc7312ca1d13e85 (patch)
treeb2099a612932c4362f94f063000985e3293daad2 /px/services
parentd44717eb7695c49b7d57d665c21e2f8328187348 (diff)
px-desktop-services: removed duplicate sddm
Diffstat (limited to 'px/services')
-rw-r--r--px/services/desktop.scm5
1 files changed, 1 insertions, 4 deletions
diff --git a/px/services/desktop.scm b/px/services/desktop.scm
index 73ebdfd..1274126 100644
--- a/px/services/desktop.scm
+++ b/px/services/desktop.scm
@@ -180,10 +180,7 @@ rules."
;; Since GDM depends on Rust (gdm -> gnome-shell -> gjs -> mozjs -> rust)
;; and Rust is currently unavailable on non-x86_64 platforms, default to
;; SDDM there (FIXME).
- (cons* (service sddm-service-type)
-
- ;; Screen lockers are a pretty useful thing and these are small.
- (service screen-locker-service-type
+ (cons* (service screen-locker-service-type
(screen-locker-configuration
(name "xlock")
(program (file-append xlockmore "/bin/xlock"))))