{ pkgs, ... }: { home.packages = with pkgs; [ rust-analyzer rustfmt ]; programs.zsh.envExtra = [ ". \"$HOME/.cargo/env\"" ]; }