diff --git a/common/zsh.nix b/common/zsh.nix index 09576b4..228a5cd 100644 --- a/common/zsh.nix +++ b/common/zsh.nix @@ -2,8 +2,4 @@ { programs.zsh.enable = true; - environment = { - shells = with pkgs; [ zsh ]; - pathsToLink = [ "/share/zsh" ]; - }; }