Axel <gra...@gmail.com> skribis:

> Could we append /etc/shells with `zsh` or `fish` paths after these
> shells installed in the system?

Sure!  Would you like to submit a patch?  This is in gnu/system.scm.

> And I think these shells should be linked to
> /run/current-system/profile/bin/ as `bash` does.

To do that, all you need to do is to add them to the ‘packages’ field of
the ‘operating-system’ declaration:

  (operating-system
    ;; ...
    (packages (cons* fish zsh %base-packages)))

Thanks,
Ludo’.

Reply via email to