1{pkgs, ...}: { 2 home.packages = [ 3 pkgs.just 4 pkgs.screen 5 pkgs.btop 6 pkgs.ripgrep 7 8 # TODO: once we refactor the home manager modules find a better place for these 9 # Additional cargo rust tooling 10 pkgs.cargo-watch 11 pkgs.cargo-expand 12 ]; 13}