{ config, pkgs, ... }: { programs.git = { enable = true; settings.user = { name = "Krosh"; email = "gudovdo@my.msu.ru"; }; }; }