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