From b913c052671f1f4ea7d19a9c6c3f642a18eddd34 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Wed, 21 Jan 2026 19:13:09 +0100 Subject: [PATCH] nixld --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 4c89a8e..1da18ac 100644 --- a/configuration.nix +++ b/configuration.nix @@ -63,6 +63,7 @@ system.stateVersion = hyper.main-pkgs-version; + programs.nix-ld.enable = true; programs.bash.shellInit = '' if [[ "$USER" == "${hyper.user}" ]]; then source $HOME/.nix-profile/etc/profile.d/hm-session-vars.sh