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