Initial commit (after fork)
This commit is contained in:
parent
5ebba8a939
commit
5fe3f69a17
111 changed files with 1428 additions and 1611 deletions
|
|
@ -1,12 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
{pkgs, ...}: {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
||||
userName = "Frost-Phoenix";
|
||||
userEmail = "67cyril6767@gmail.com";
|
||||
|
||||
extraConfig = {
|
||||
|
||||
userName = "peprolinbot";
|
||||
userEmail = "personal@peprolinbot.com";
|
||||
|
||||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
credential.helper = "store";
|
||||
};
|
||||
|
|
|
|||
Reference in a new issue