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