diff options
author | Vincent Ambo <mail@tazj.in> | 2022-10-02T13·48+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-10-02T13·52+0000 |
commit | 27466330581f2a5d5d45bf90dc5dd9a8cb78f3f0 (patch) | |
tree | 68d1e6b7eff371c171236a0b67bddba1ee0419e9 /users | |
parent | 295aa1d22dcdb05318e7d3abaa93c1d3cf9859d2 (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 'users')
-rw-r--r-- | users/tazjin/home/shared.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/users/tazjin/home/shared.nix b/users/tazjin/home/shared.nix index 362c203e57b3..87ee05475e60 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"; }; |