all repos — nixfiles @ ad4af2f233f19df7f916689d44f8d79180dcda14

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

git: fix ghq root path

Alan Pearce
commit

ad4af2f233f19df7f916689d44f8d79180dcda14

parent

0370b2ae645467182a066228a5f9abb488636b8b

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M user/settings/git.nixuser/settings/git.nix
@@ -15,7 +15,7 @@ };
}; extraConfig = { ghq = { - root = "projects"; + root = "${config.home.homeDirectory}/projects"; user = "alanpearce"; }; core = {