{ config, pkgs, ...}: with import {}; { home.packages = [ pkgs.gcc pkgs.rustc pkgs.cargo pkgs.cargo-edit ]; }