{ pkgs
, lib
, config
, ... }: with lib; mkIf config.passthrough.gui {
  programs.imv.enable = true;
}