more rust stuff

This commit is contained in:
Vinzenz Schroeter 2023-10-31 14:43:19 +01:00
parent 37f5935b3f
commit fa9bf1f0f8

View file

@ -25,7 +25,13 @@
kdiff3
docker
youtube-music
rustup
cargo
rustc
gcc
rustfmt
clippy
cargo-generate
];
programs = {
@ -97,6 +103,7 @@
pkief.material-icon-theme
mhutchie.git-graph
rust-lang.rust-analyzer
bungcip.better-toml
];
userSettings = {
"git.autofetch" = true;
@ -115,6 +122,7 @@
"workbench.startupEditor" = "readme";
"workbench.enableExperiments" = false;
"workbench.iconTheme" = "material-icon-theme";
"rust-analyzer.checkOnSave.command" = "clippy";
};
};