diff options
Diffstat (limited to 'px/services')
-rw-r--r-- | px/services/desktop.scm | 5 |
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")))) |