Update github and gitea username in config
This commit is contained in:
parent
f048d05850
commit
88522b265b
|
@ -18,9 +18,11 @@
|
|||
syntax-theme = with config.programs; lib.mkIf bat.enable bat.config.theme;
|
||||
};
|
||||
};
|
||||
extraConfig = {
|
||||
github.user = "elitherl";
|
||||
gitea.user = "xenia";
|
||||
extraConfig = let
|
||||
user = "pixelifytica";
|
||||
in {
|
||||
github = {inherit user;};
|
||||
gitea = {inherit user;};
|
||||
pull.rebase = false;
|
||||
init.defaultBranch = "main";
|
||||
merge.conflictstyle = "diff3";
|
||||
|
|
Loading…
Reference in a new issue