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

@ -3,8 +3,6 @@
imports = suites.base;
};
environment.pathsToLink = [ "/share/zsh" ];
users.users.infinidoge = {
uid = 1000;
hashedPassword =

View file

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