Removed old traceval
This commit is contained in:
parent
a7ae9969db
commit
fa8b435b98
1 changed files with 2 additions and 6 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue