home,nixos: fix swayidle
This commit is contained in:
parent
b056a38897
commit
b854170a53
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
timeouts = [
|
timeouts = [
|
||||||
{
|
{
|
||||||
timeout = 900;
|
timeout = 900;
|
||||||
command = "loginctl lock-session";
|
command = "swaylock";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
timeout = 905;
|
timeout = 905;
|
||||||
|
|
Loading…
Reference in a new issue