03b5a617c6
This is essentailly taken from the work of 9glenda https://github.com/eza-community/eza/pull/462 Signed-off-by: Christina Sørensen <christina@cafkafk.com>
11 lines
284 B
Nix
11 lines
284 B
Nix
{
|
|
projectRootFile = "Cargo.toml";
|
|
programs = {
|
|
alejandra.enable = true; # nix
|
|
rustfmt.enable = true; # rust
|
|
shellcheck.enable = true; # bash/shell
|
|
deadnix.enable = true; # find dead nix code
|
|
taplo.enable = true; # toml
|
|
yamlfmt.enable = true; # yaml
|
|
};
|
|
}
|