{ pkgs, lib, ... }: { home-manager.users.toast = { programs.git = { extraConfig = { cola = { terminal = "konsole"; }; }; }; }; }