fix: environment access is not allowed in hm profiles
This commit is contained in:
parent
f9f905a771
commit
f4461c91e7
5 changed files with 5 additions and 9 deletions
|
@ -60,8 +60,5 @@
|
|||
starship.enableZshIntegration = lib.mkIf config.programs.starship.enable true;
|
||||
};
|
||||
|
||||
config.environment = {
|
||||
pathsToLink = [ "/share/zsh" ];
|
||||
shells = [ pkgs.zsh ];
|
||||
};
|
||||
environment.pathsToLink = [ "/share/zsh" ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue