feat(home): rust developpement
This commit is contained in:
parent
b900dd9774
commit
e72533b15c
1 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
home.packages = with pkgs; [
|
||||
clang-tools
|
||||
d2
|
||||
rust-analyzer
|
||||
cargo
|
||||
tinymist
|
||||
typst
|
||||
ipcalc
|
||||
|
@ -116,6 +118,11 @@
|
|||
auto-format = true;
|
||||
formatter.command = "${pkgs.google-java-format}/bin/google-java-format";
|
||||
}
|
||||
{
|
||||
name = "rust";
|
||||
auto-format = true;
|
||||
formatter.command = "${pkgs.rustfmt}/bin/rustfmt";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue