From 223e7e0bb06512e8ad341a80a686eff40ee6d73e Mon Sep 17 00:00:00 2001 From: janabhumi Date: Mon, 19 Sep 2022 10:13:24 +0300 Subject: [PATCH] home: remove extending NIX_PATH --- home/shell/zsh.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/home/shell/zsh.nix b/home/shell/zsh.nix index cf043a7..41c7952 100644 --- a/home/shell/zsh.nix +++ b/home/shell/zsh.nix @@ -42,8 +42,6 @@ in initExtraFirst = '' # nix source $HOME/.nix-profile/etc/profile.d/hm-session-vars.sh - - export NIX_PATH=$HOME/.nix-defexpr/channels''${NIX_PATH:+:$NIX_PATH} ''; initExtra = ''