feat(hosts/orion): support appimage executables

This commit is contained in:
Price Hiller 2024-10-12 17:46:10 -05:00
parent 9726ac05c7
commit a7643e200c
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -19,5 +19,9 @@
package = pkgs.wireshark;
};
steam.enable = true;
appimage = {
enable = true;
binfmt = true;
};
};
}