{ ... }: { imports = [ ./common.nix ]; programs.lazygit = { enable = true; settings = import ./config/lazygit.nix; }; }