aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-05-15 01:59:53 -0700
committerGravatar Tom Willemse2026-05-15 02:10:20 -0700
commit78d1ff0622101aec86b5be00daf41e45ec6cf3a2 (patch)
tree237f37788afc309237f28c8a8ba2280ed2204e63
parent9dd18a933044588173277b08f8b19ec489669dcb (diff)
downloadnew-dotfiles-78d1ff0622101aec86b5be00daf41e45ec6cf3a2.tar.gz
new-dotfiles-78d1ff0622101aec86b5be00daf41e45ec6cf3a2.zip
rincewind: Use the system screen locker
PAM versions in Archlinux and Guix have diverged, so to make sure I can unlock my screen after locking it I need to use the one installed through pacman, not Guix.
-rw-r--r--oni/home/config/rincewind.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/oni/home/config/rincewind.scm b/oni/home/config/rincewind.scm
index f37fe11..acd7273 100644
--- a/oni/home/config/rincewind.scm
+++ b/oni/home/config/rincewind.scm
@@ -470,6 +470,7 @@
(service home-stumpwm-service-type
(home-stumpwm-configuration
(package stumpwm+swank)
+ (locker-program "/usr")
(configurations
(list (local-file "../services/stumpwm/stumpwm.lisp")))))
(service home-stumpwm-gaps-service-type