chore(statix): Apply fixes
This commit is contained in:
parent
1f367f80fa
commit
6f90f67384
2 changed files with 2 additions and 2 deletions
|
|
@ -161,7 +161,7 @@ in {
|
||||||
bind: "${mkMods bind},${bind.key},${mkCommand bind}"
|
bind: "${mkMods bind},${bind.key},${mkCommand bind}"
|
||||||
);
|
);
|
||||||
mkCommand = bind: let
|
mkCommand = bind: let
|
||||||
args = bind.args or [];
|
inherit (bind) args;
|
||||||
in
|
in
|
||||||
if bind.command == "quit"
|
if bind.command == "quit"
|
||||||
then "exit"
|
then "exit"
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,7 @@ in {
|
||||||
then "\"${(lib.strings.concatStringsSep " " args)}\""
|
then "\"${(lib.strings.concatStringsSep " " args)}\""
|
||||||
else "";
|
else "";
|
||||||
mkNiriCommand = bind: let
|
mkNiriCommand = bind: let
|
||||||
args = bind.args or [];
|
inherit (bind) args;
|
||||||
in
|
in
|
||||||
if bind.command == "quit"
|
if bind.command == "quit"
|
||||||
then "quit;"
|
then "quit;"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue