nixos-config/user/lang/rust/rust.nix

9 lines
88 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
# Rust setup
rustup
];
}