enable nix-ld for generic linux

This commit is contained in:
Nina Chloe Kassandra Reiß
2026-03-07 07:09:38 +01:00
parent 3d45ff4c86
commit 9c5f8eff46

View File

@@ -75,6 +75,21 @@ in
podman-compose 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. # Enable the OpenSSH daemon.
services.openssh.enable = true; services.openssh.enable = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];