universe/profiles/develop/shells/zsh.nix

3 lines
59 B
Nix

{ ... }: {
environment.pathsToLink = [ "/share/zsh" ];
}