# Install git, sops, Docker, bash, { pkgs ? import {} }: pkgs.mkShell { packages = with pkgs; [ git sops docker tree btop bat fd eza fzf ]; }