feat: add proper appimage support

This commit is contained in:
Leon Schwarzäugl 2025-03-26 17:45:23 +01:00
parent 14f9bbf832
commit 15205abbcf
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 24 additions and 0 deletions

View file

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