all repos — nixfiles @ ad8d8439dce8e7ca01818fc377354b233a9cadb8

System and user configuration, managed by nix and home-manager

git: set GitHub username for ghq

Alan Pearce
commit

ad8d8439dce8e7ca01818fc377354b233a9cadb8

parent

fb3cd91e4d9b4f699338546a447b5f946c0624de

1 file changed, 3 insertions(+), 0 deletions(-)

jump to
M user/settings/git.nixuser/settings/git.nix
@@ -9,6 +9,9 @@ enable = true;
userName = "Alan Pearce"; userEmail = "alan@alanpearce.eu"; extraConfig = { + ghq = { + user = "alanpearce"; + }; core = { commitGraph = true; };