Add appimage setup.

This commit is contained in:
jay
2025-08-15 22:00:36 -04:00
parent b6c241a1a1
commit 53e563c2e9
2 changed files with 6 additions and 0 deletions

View File

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