{ config, ... }:
{
  programs.appimage = {
    enable = config.system.desktop.enable;
    binfmt = config.system.desktop.enable;
  };
}