From a8fb48bf2d17dc93a698884be3f17b0fcfe7aad0 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Thu, 17 Oct 2024 11:42:38 +0200 Subject: [PATCH] chore: remove screen-locker-service from desktop-services --- config.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/config.scm b/config.scm index 5ce1fe9..fe1071e 100644 --- a/config.scm +++ b/config.scm @@ -140,6 +140,7 @@ (modify-services %desktop-services (delete gdm-service-type) + (delete screen-locker-service-type) (mingetty-service-type config => (if (string=? (mingetty-configuration-tty config) "tty1") (mingetty-configuration (inherit config) -- 2.48.1