{ pkgs, ... }: {
programs.imv = {
enable = true;
settings.binds.y = "exec wl-copy < \"$imv_current_file\"";
};
}