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

7 lines
67 B
Nix

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