zsh: remove redundant config lines

This commit is contained in:
Katherina Walshe-Grey 2024-08-05 02:07:17 +01:00
parent 7f74fdbe87
commit 54dd52b978

View file

@ -2,8 +2,4 @@
{
programs.zsh.enable = true;
environment = {
shells = with pkgs; [ zsh ];
pathsToLink = [ "/share/zsh" ];
};
}