diff --git a/configuration.nix b/configuration.nix index a958436..b81aada 100755 --- a/configuration.nix +++ b/configuration.nix @@ -75,6 +75,21 @@ in podman-compose ]; + programs.nix-ld = { + enable = true; + libraries = with pkgs; [ + stdenv.cc.cc + zlib + openssl + curl + glib + gtk3 + libGL + xorg.libX11 + appimage-run + ]; + }; + # Enable the OpenSSH daemon. services.openssh.enable = true; nix.settings.experimental-features = [ "nix-command" "flakes" ];