chore(statix): Apply fixes

This commit is contained in:
DashieTM 2025-10-05 13:39:04 +02:00
parent 1f367f80fa
commit 6f90f67384
2 changed files with 2 additions and 2 deletions

View file

@ -161,7 +161,7 @@ in {
bind: "${mkMods bind},${bind.key},${mkCommand bind}"
);
mkCommand = bind: let
args = bind.args or [];
inherit (bind) args;
in
if bind.command == "quit"
then "exit"