Enable git for home-manager
This commit is contained in:
parent
5a8944d9aa
commit
420236c779
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user