{ pkgs, ... }: { home.packages = with pkgs; [ rustc cargo rustfmt clippy rust-analyzer gcc ]; }