From cb740cf8cfa92c39b45ca36a2bacc7e271144b94 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Tue, 6 Jun 2023 20:54:49 +0200 Subject: Use new screen-locker syntax for lap --- tw/system/lap.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tw/system/lap.scm') diff --git a/tw/system/lap.scm b/tw/system/lap.scm index be1cc86d..0b615b9b 100644 --- a/tw/system/lap.scm +++ b/tw/system/lap.scm @@ -322,7 +322,8 @@ support extra features (acr, pmu, gr).") ;; Install i3lock as a setuid binary, so it can talk to PAM. (service screen-locker-service-type (screen-locker-configuration - "i3lock" (file-append i3lock "/bin/i3lock") #f)) + (name "i3lock") + (program (file-append i3lock "/bin/i3lock")))) ;; gnome-keyring is not in `%desktop-services' by default, ;; but needs to be there to add itself to /etc/pam.d/. -- cgit v1.2.3