nix-config/modules/nixos/appimage/default.nix
2026-02-23 20:50:47 +01:00

6 lines
71 B
Nix

{
programs.appimage = {
enable = true;
binfmt = true;
};
}