nix-config/modules/appimage.nix
2025-04-07 23:15:28 +02:00

8 lines
80 B
Nix

{ pkgs, ... }:
{
programs.appimage = {
enable = true;
binfmt = true;
};
}