enable appimage, overlay anki

This commit is contained in:
cy 2025-02-13 21:49:45 -05:00
parent 3684b35d59
commit 0992f2f308
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
5 changed files with 29 additions and 3 deletions

View file

@ -402,4 +402,9 @@
enable = true;
enableQt5Integration = true;
};
programs.appimage = {
enable = true;
binfmt = true;
};
}