{ flake.modules.nixos.appimage = { pkgs, ... }: { programs.appimage = { enable = true; binfmt = true; }; }; }