From ea5aff4953f827e0a65a31a56783b9d83a91f5e8 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Thu, 1 Aug 2024 23:09:06 -0400 Subject: [PATCH] FIX NVIM --- nixos/shell.nix | 1 + 1 file changed, 1 insertion(+) 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; }