refactor: move zsh environment to zsh profile
This commit is contained in:
parent
695a076e68
commit
d35f304260
2 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,6 @@
|
||||||
imports = suites.base;
|
imports = suites.base;
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.pathsToLink = [ "/share/zsh" ];
|
|
||||||
|
|
||||||
users.users.infinidoge = {
|
users.users.infinidoge = {
|
||||||
uid = 1000;
|
uid = 1000;
|
||||||
hashedPassword =
|
hashedPassword =
|
||||||
|
|
|
@ -48,4 +48,6 @@
|
||||||
|
|
||||||
starship.enableZshIntegration = lib.mkIf config.programs.starship.enable true;
|
starship.enableZshIntegration = lib.mkIf config.programs.starship.enable true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.pathsToLink = [ "/share/zsh" ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue