nixos-configuration/home/rust.nix

9 lines
126 B
Nix

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