{
  pkgs,
  config,
  ...
}:
{
    home.packages = with pkgs; [
        # images
        imv
    ];

}