environment.shells

NixOS option

A list of permissible login shells for user accounts. No need to mention /bin/sh here, it is placed into this list implicitly.

type: list of (package or absolute path)
Default
[ ]
Example
[ pkgs.bashInteractive pkgs.zsh ]
declared in: nixos/modules/config/shells-environment.nixView source on NixOS/nixpkgs →