nix-config/modules/appimage.nix

8 lines
86 B
Nix
Raw Normal View History

2025-04-07 23:13:13 +02:00
{ pkgs, ... }:
{
2025-09-03 10:03:29 +02:00
programs.appimage = {
enable = true;
binfmt = true;
};
2025-04-07 23:13:13 +02:00
}