From 27466330581f2a5d5d45bf90dc5dd9a8cb78f3f0 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 2 Oct 2022 16:48:48 +0300 Subject: chore(tazjin/home): drop deprecated screen-locker option This option actually doesn't change behaviour in xss-lock, which I'm using instead of xautolock, so this is a no-op. Relates to b/200 Change-Id: Ia5b155bf80fcd092038ed2c95517e64d562d0219 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6840 Tested-by: BuildkiteCI Reviewed-by: tazjin --- users/tazjin/home/shared.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'users/tazjin/home/shared.nix') diff --git a/users/tazjin/home/shared.nix b/users/tazjin/home/shared.nix index 362c203e57..87ee05475e 100644 --- a/users/tazjin/home/shared.nix +++ b/users/tazjin/home/shared.nix @@ -63,7 +63,6 @@ services.screen-locker = { enable = true; - enableDetectSleep = true; inactiveInterval = 10; # minutes lockCmd = "${depot.users.tazjin.screenLock}/bin/tazjin-screen-lock"; }; -- cgit 1.4.1