# Rust and other adjacent tools. { pkgs, ... }: { # I use rustup to manage my Rust toolchains, but I may override it # per-project in a local flake. home.packages = with pkgs; [ rustup cargo-watch ]; }