nix-configurations/home/features/coding/rust.nix

8 lines
85 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
rustup
rust-analyzer
];
}