mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 18:40:14 +01:00
more rust stuff
This commit is contained in:
parent
37f5935b3f
commit
fa9bf1f0f8
|
@ -25,7 +25,13 @@
|
||||||
kdiff3
|
kdiff3
|
||||||
docker
|
docker
|
||||||
youtube-music
|
youtube-music
|
||||||
rustup
|
|
||||||
|
cargo
|
||||||
|
rustc
|
||||||
|
gcc
|
||||||
|
rustfmt
|
||||||
|
clippy
|
||||||
|
cargo-generate
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
@ -97,6 +103,7 @@
|
||||||
pkief.material-icon-theme
|
pkief.material-icon-theme
|
||||||
mhutchie.git-graph
|
mhutchie.git-graph
|
||||||
rust-lang.rust-analyzer
|
rust-lang.rust-analyzer
|
||||||
|
bungcip.better-toml
|
||||||
];
|
];
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"git.autofetch" = true;
|
"git.autofetch" = true;
|
||||||
|
@ -115,6 +122,7 @@
|
||||||
"workbench.startupEditor" = "readme";
|
"workbench.startupEditor" = "readme";
|
||||||
"workbench.enableExperiments" = false;
|
"workbench.enableExperiments" = false;
|
||||||
"workbench.iconTheme" = "material-icon-theme";
|
"workbench.iconTheme" = "material-icon-theme";
|
||||||
|
"rust-analyzer.checkOnSave.command" = "clippy";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue