{ pkgs, ... }: { # Manage /etc/shells and place add nix version of bash environment.shells = [ pkgs.bash ]; }