nix-config/modules/appimage.nix

8 lines
80 B
Nix
Raw Normal View History

2025-04-07 23:13:13 +02:00
{ pkgs, ... }:
{
2025-04-07 23:15:28 +02:00
programs.appimage = {
2025-04-07 23:13:13 +02:00
enable = true;
binfmt = true;
};
}