{pkgs, ...}: { home.packages = [ pkgs.just pkgs.screen pkgs.btop pkgs.ripgrep # TODO: once we refactor the home manager modules find a better place for these # Additional cargo rust tooling pkgs.cargo-watch pkgs.cargo-expand ]; }