diff --git a/profiles/work/configuration.nix b/profiles/work/configuration.nix index 243c470..54b51f1 100644 --- a/profiles/work/configuration.nix +++ b/profiles/work/configuration.nix @@ -90,6 +90,7 @@ cryptsetup home-manager wpa_supplicant + nix-ld ]; # I use zsh btw @@ -107,6 +108,25 @@ ]; }; + # nix-ld + programs.nix-ld.enable = true; + programs.nix-ld.libraries = with pkgs; [ + zlib + zstd + stdenv.cc.cc + curl + openssl + attr + libssh + bzip2 + libxml2 + acl + libsodium + util-linux + xz + systemd + ]; + # It is ok to leave this unchanged for compatibility purposes system.stateVersion = "22.11";