Updated git config
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
{ config, lib, pkgs, username, email, ... }:
|
{ config, lib, pkgs, name, email, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
home.packages = [ pkgs.git ];
|
home.packages = [ pkgs.git ];
|
||||||
programs.git.enable = true;
|
programs.git.enable = true;
|
||||||
programs.git.userName = username;
|
programs.git.userName = name;
|
||||||
programs.git.userEmail = email;
|
programs.git.userEmail = email;
|
||||||
programs.git.extraConfig = {
|
programs.git.extraConfig = {
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
|
Reference in New Issue
Block a user