{ pkgs, ... }: { environment = with pkgs; { binsh = "${dash}/bin/dash"; shells = [ fish ]; }; }