{ pkgs, ... }: { programs.nix-ld = { enable = true; libraries = with pkgs; [ # List by default zlib zstd stdenv.cc.cc curl openssl attr libssh bzip2 libxml2 acl libsodium util-linux xz systemd glib gtk2 # other additions jq unzip py7zr # python3Full ]; }; }