{pkgs, ...}: {
  environment.systemPackages = with pkgs; [
    git
    fish
    home-manager
    rocmPackages.clr.icd
    steam
  ];
}