about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--nix-conf/home/includes/zsh.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix
index a475f12..a01483a 100644
--- a/nix-conf/home/includes/zsh.nix
+++ b/nix-conf/home/includes/zsh.nix
@@ -115,9 +115,6 @@ in
         "completion"
       ];
 
-      NVM_AUTO_USE = true;
-      NVM_LAZY_LOAD = true;
-
       LESS = "-iRXF";
 
       FZF_DEFAULT_COMMAND = "fd --hidden --strip-cwd-prefix --exclude .git --exclude node_modules";
@@ -363,18 +360,6 @@ in
           };
           file = "per-directory-history.zsh";
         }
-      ]
-      ++ optionals stdenv.isDarwin [
-        {
-          name = "zsh-nvm";
-          src = fetchFromGitHub {
-            owner = "lukechilds";
-            repo = "zsh-nvm";
-            rev = "23067bd9bb6eb6f4737a3ea90cb0cb5e85f61ba2";
-            sha256 = "Zwdi7bezMFKaIKYwsSftu3mJSFvadEWmY2hYnU1Kpu4=";
-          };
-          file = "zsh-nvm.plugin.zsh";
-        }
       ];
   };
 }