fix: run AppImages seamlessly via appimage-run

Install and enable appimage-run to run AppImages seamlessly.
This commit is contained in:
Dan Anglin 2024-09-13 09:54:20 +01:00
parent 96bdadecf3
commit 064f208fa7
Signed by: dananglin
GPG key ID: DC7C2989B0E30FEA

View file

@ -180,6 +180,11 @@
};
programs = {
appimage = {
enable = true;
binfmt = true;
};
gnupg.agent = {
enable = true;
pinentryPackage = pkgs.pinentry-curses;