{ pkgs ? import {} }: pkgs.mkShell { packages = with pkgs; [ git btop lazygit micro ]; }