Enable git for home-manager
This commit is contained in:
parent
666de7a91d
commit
b1032f2c34
@ -81,7 +81,9 @@ in
|
||||
};
|
||||
|
||||
# git configuration
|
||||
programs.git.extraConfig = {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
extraConfig = {
|
||||
init = {
|
||||
defaultBranch = "main";
|
||||
};
|
||||
@ -96,6 +98,7 @@ in
|
||||
user = "RealStickman";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.mako.enable = true;
|
||||
};
|
||||
|
Reference in New Issue
Block a user