appimage support
This commit is contained in:
parent
cd9198ee46
commit
22b3678464
1 changed files with 6 additions and 0 deletions
|
|
@ -22,4 +22,10 @@
|
||||||
pkgs.podman-compose
|
pkgs.podman-compose
|
||||||
pkgs.xdg-utils
|
pkgs.xdg-utils
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# AppImage support
|
||||||
|
programs.appimage = {
|
||||||
|
enable = true;
|
||||||
|
binfmt = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue