zsh: remove redundant config lines
This commit is contained in:
parent
7f74fdbe87
commit
54dd52b978
|
@ -2,8 +2,4 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
environment = {
|
|
||||||
shells = with pkgs; [ zsh ];
|
|
||||||
pathsToLink = [ "/share/zsh" ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue