{
  pkgs,
  config,
  lib,
  ...
}: {
  home.packages = with pkgs; [
    ncurses
  ];
}