diff --git a/roles/home/helix.nix b/roles/home/helix.nix index b628798..b636711 100644 --- a/roles/home/helix.nix +++ b/roles/home/helix.nix @@ -72,7 +72,7 @@ in [[language]] name = "bash" - formatter = { command = "shfmt -s -ci -sr" } + formatter = { command = "shfmt", args = ["-s", "-ci", "-sr"] } [[language]] name = "go"