Add appimage.

Fix appimage.
This commit is contained in:
jay
2025-07-31 22:07:50 -04:00
parent 2131144535
commit 7b66d5a4b5
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{ ... }: {
programs.appimage.enable = true;
programs.appimage.binfmt = true;
}