[vega] Enables running app-images as binaries

This commit is contained in:
2025-04-29 11:45:50 -07:00
parent 39b2c4301c
commit 35a3ec8f7c

View File

@@ -149,4 +149,11 @@
# Enable the font directory for managing fonts
# This doesn't seem to be needed though.
# fonts.fontDir.enable = true;
# Run Appimage files as binaries using appimage-run
# https://wiki.nixos.org/wiki/Appimage#Register_AppImage_files_as_a_binary_type_to_binfmt_misc
programs.appimage = {
enable = true;
binfmt = true;
};
}