aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation/devel/rust.nix
{ pkgs, ... }:

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