{ pkgs, lib, config, inputs, ... }: { packages = with pkgs; [ git bun cargo-generate ]; # https://devenv.sh/languages/ languages.rust = { enable = true; channel = "stable"; }; }