1 2 3 4 5 6 7 8 9 10 11
{ projectRootFile = "Cargo.toml"; programs = { alejandra.enable = true; rustfmt.enable = true; shellcheck.enable = true; }; settings = { formatter.shellcheck.includes = ["*.sh" "./completions/bash/eza"]; }; }