From 7394b7f0b7bfc058a627440f5950aa8e99d18ac1 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 19 Sep 2021 21:25:55 -0400 Subject: [PATCH] fix: remove environment ref from zsh --- users/profiles/shells/zsh.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/users/profiles/shells/zsh.nix b/users/profiles/shells/zsh.nix index 9352145..f5906d9 100644 --- a/users/profiles/shells/zsh.nix +++ b/users/profiles/shells/zsh.nix @@ -59,6 +59,4 @@ starship.enableZshIntegration = lib.mkIf config.programs.starship.enable true; }; - - environment.pathsToLink = [ "/share/zsh" ]; }