home,nixos: fix swayidle

This commit is contained in:
Guanran Wang 2023-11-07 18:16:47 +08:00
parent b056a38897
commit b854170a53
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -9,7 +9,7 @@
timeouts = [ timeouts = [
{ {
timeout = 900; timeout = 900;
command = "loginctl lock-session"; command = "swaylock";
} }
{ {
timeout = 905; timeout = 905;