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