nixos-config/modules/system/programs/agenix/default.nix

8 lines
80 B
Nix
Raw Normal View History

2024-10-28 23:24:12 -04:00
{ ... }:
{
programs.appimage = {
enable = true;
binfmt = true;
};
}