Removed old traceval

This commit is contained in:
Andrea Ciceri 2023-01-19 18:31:38 +01:00
parent a7ae9969db
commit fa8b435b98
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654

View file

@ -1,8 +1,4 @@
{ {pkgs, ...}: {
pkgs,
lib,
...
}: {
services.swayidle = let services.swayidle = let
# Downgraded due to # Downgraded due to
# https://github.com/mortie/swaylock-effects/issues/95 # https://github.com/mortie/swaylock-effects/issues/95
@ -27,7 +23,7 @@
--grace 2 \ --grace 2 \
--fade-in 0.2 --fade-in 0.2
''; '';
swaylockCommand = lib.traceVal "${swaylockWithArgs}/bin/swaylockWithArgs"; swaylockCommand = "${swaylockWithArgs}/bin/swaylockWithArgs";
in { in {
enable = true; enable = true;
events = [ events = [