nix-config/modules/appimage.nix
2025-09-03 10:03:29 +02:00

8 lines
86 B
Nix

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