{
  pkgs,
  config,
  lib,
  ...
}: {
  config = {
    programs.bash.enable = true;
  };
}