mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
home/aly: setup git extraConfig
This commit is contained in:
parent
3df33271b6
commit
a4aafae5cd
|
@ -48,6 +48,13 @@ in {
|
|||
lfs.enable = true;
|
||||
userName = "Aly Raffauf";
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue