From 54dd52b9785e6c0ec2bd3017d7929d2a85a857bd Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Mon, 5 Aug 2024 02:07:17 +0100 Subject: [PATCH] zsh: remove redundant config lines --- common/zsh.nix | 4 ---- 1 file changed, 4 deletions(-) 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" ]; - }; }