MyNixOS website logo

A list of permissible login shells for user accounts.

The default macOS shells will be automatically included:

  • /bin/bash
  • /bin/csh
  • /bin/dash
  • /bin/ksh
  • /bin/sh
  • /bin/tcsh
  • /bin/zsh.
Declarations
    Type
    list of (package or absolute path)
    Default
    [ ]
    Example
    [ pkgs.bashInteractive pkgs.zsh ]