fix: remove environment ref from zsh

This commit is contained in:
Infinidoge 2021-09-19 21:25:55 -04:00
parent f4461c91e7
commit 7394b7f0b7

View file

@ -59,6 +59,4 @@
starship.enableZshIntegration = lib.mkIf config.programs.starship.enable true;
};
environment.pathsToLink = [ "/share/zsh" ];
}