{ pkgs, config, ... }: { programs = { lazygit = { enable = true; }; }; }