diff --git a/nixos/shell.nix b/nixos/shell.nix index a58fba0..c78a0e2 100644 --- a/nixos/shell.nix +++ b/nixos/shell.nix @@ -3,4 +3,5 @@ environment.shells = with pkgs; [ zsh ]; programs.zsh.enable = true; users.defaultUserShell = pkgs.zsh; + programs.nix-ld.enable = true; }