[vega] Enables running app-images as binaries
This commit is contained in:
@@ -149,4 +149,11 @@
|
|||||||
# Enable the font directory for managing fonts
|
# Enable the font directory for managing fonts
|
||||||
# This doesn't seem to be needed though.
|
# This doesn't seem to be needed though.
|
||||||
# fonts.fontDir.enable = true;
|
# 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;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user