1 2 3 4 5 6 7
{ pkgs, ... }: { environment = with pkgs; { binsh = "${dash}/bin/dash"; shells = [ fish ]; }; }