about summary refs log tree commit diff
path: root/users/tazjin/home/shared.nix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-10-02T13·48+0300
committertazjin <tazjin@tvl.su>2022-10-02T13·52+0000
commit27466330581f2a5d5d45bf90dc5dd9a8cb78f3f0 (patch)
tree68d1e6b7eff371c171236a0b67bddba1ee0419e9 /users/tazjin/home/shared.nix
parent295aa1d22dcdb05318e7d3abaa93c1d3cf9859d2 (diff)
chore(tazjin/home): drop deprecated screen-locker option r/5015
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 <tazjin@tvl.su>
Diffstat (limited to '')
-rw-r--r--users/tazjin/home/shared.nix1
1 files changed, 0 insertions, 1 deletions
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";
   };