{ pkgs, inputs, system, ... }: {
home.packages = with pkgs; [
cargo-edit
rust-analyzer
rustup
sccache
];
}