nix/modules/programs/git/default.nix
2023-04-25 04:51:27 -05:00

8 lines
120 B
Nix
Executable file

{ ... }:
{
programs.git= {
enable = true;
userEmail = "cjriddz@protonmail.com";
userName = "iofq";
};
}