mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 13:43:56 -05:00
home/aly: setup git extraConfig
This commit is contained in:
parent
3df33271b6
commit
a4aafae5cd
|
@ -48,6 +48,13 @@ in {
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
userName = "Aly Raffauf";
|
userName = "Aly Raffauf";
|
||||||
userEmail = "aly@raffauflabs.com";
|
userEmail = "aly@raffauflabs.com";
|
||||||
|
|
||||||
|
extraConfig = {
|
||||||
|
color.ui = true;
|
||||||
|
core.editor = "${lib.getExe unstable.zed-editor} --wait";
|
||||||
|
github.user = "alyraffauf";
|
||||||
|
push.autoSetupRemote = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.enable = true;
|
home-manager.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue