{ pkgs, ... }:
{
  home.packages = [
    pkgs.graphviz
    pkgs.imagemagick
    pkgs.libavif
    pkgs.optipng
    pkgs.pngnq
  ];
}