Add appimage support and fuse package

This commit is contained in:
2025-11-16 00:34:23 +03:00
parent c50b7355ee
commit b4afe2581e

View File

@@ -168,6 +168,7 @@ in
wl-clipboard wl-clipboard
steam-run steam-run
pam_u2f pam_u2f
fuse
telegram-desktop telegram-desktop
keepassxc keepassxc
@@ -184,6 +185,11 @@ in
]; ];
programs = { programs = {
appimage = {
enable = true;
binfmt = true;
};
nix-ld = { nix-ld = {
enable = true; enable = true;
libraries = [ libraries = [