{pkgs, ...}: {
  home.packages = with pkgs; [
    gnome.file-roller
    imagemagick
    poppler_utils
  ];
}