nixos-configuration/home/rust.nix
Valentin Brandl 0addd25afa Fix typos
2022-02-18 12:13:34 +01:00

9 lines
127 B
Nix

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