diff --git a/common/home.nix b/common/home.nix index 15f207f..d5e99ff 100644 --- a/common/home.nix +++ b/common/home.nix @@ -85,6 +85,11 @@ auto-format = true; formatter.command = "clang-format"; } + { + name = "bash"; + auto-format = true; + formatter.command = "shfmt"; + } ]; };