diff --git a/roles/home/helix.nix b/roles/home/helix.nix index 4f1638a..b628798 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 -s -ci -sr" } [[language]] name = "go"