refactor: move zsh environment to zsh profile

This commit is contained in:
Infinidoge 2021-09-19 17:38:56 -04:00
parent 695a076e68
commit d35f304260
2 changed files with 2 additions and 2 deletions

View file

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