{ config , pkgs , ... }: { home.packages = with pkgs; [ cargo cargo-edit rustc rustfmt rust-analyzer clippy ]; programs.emacs.extraPackages = epkgs: (with epkgs; [ rustic ]); }