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