feat: add to environment shells
This commit is contained in:
parent
b23f5ca57d
commit
5124acb22b
1 changed files with 4 additions and 1 deletions
|
@ -60,5 +60,8 @@
|
|||
starship.enableZshIntegration = lib.mkIf config.programs.starship.enable true;
|
||||
};
|
||||
|
||||
environment.pathsToLink = [ "/share/zsh" ];
|
||||
environment = {
|
||||
pathsToLink = [ "/share/zsh" ];
|
||||
shells = [ pkgs.zsh ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue