lol

Revert "zsh: profile-relative functions path"

This reverts commit 766207ca1d52db37df5ca17b9bd3bd21a03dfafd.

We need to solve the problem with `environment.profileRelativeEnvVars`.
The best workaround is to make profileRelativeEnvVars prepend paths.

-4
-4
nixos/modules/programs/zsh/zsh.nix
··· 105 105 106 106 }; 107 107 108 - environment.profileRelativeEnvVars = 109 - { FPATH = [ "/share/zsh/site-functions" ]; 110 - }; 111 - 112 108 environment.etc."zshenv".text = 113 109 '' 114 110 # /etc/zshenv: DO NOT EDIT -- this file has been generated automatically.